Closed TheKeyblader closed 3 years ago
Hello!
Optional catch binding is not supported.
This code:
try {} catch {}
will be translate into:
try{}catch(({})){}
should be:
and not produce errors
Thanks for the report.
Will get on with a fix asap
Hello!
Optional catch binding is not supported.
This code:
will be translate into:
should be:
and not produce errors