Debug tool to get the Lilact traced location of an error. It can also produce some block based stack trace
if Lilact.transpilerConfig.enableLabelStack is set to true before loading the script. This is false
by default for efficiency.
Parameters
error: any
The error object
Returns any
A new object that includes path, row, col, msg, name, and optional stack.
The exception itself is stored as err.
Debug tool to get the Lilact traced location of an error. It can also produce some block based stack trace if
Lilact.transpilerConfig.enableLabelStackis set totruebefore loading the script. This isfalseby default for efficiency.