budgielang/ts-budgie

Missing "throw" operation

Opened this issue · 0 comments

See CommandsBag.cs output from GLS.

Input:

throw new Error(metadata.name)

Output:

new Error(metadata.Name)