son-daehyeon opened this issue 3 years ago ยท 0 comments
Example
TRY err.cause() // throwing error CATCH e #LOG "First Line." #LOG "Second Line." ENDTRY
Except Output:
> First Line. > Second Line.
> First Line.
> Second Line.
Actual Output: