ArcadiaGodot icon indicating copy to clipboard operation
ArcadiaGodot copied to clipboard

Poor error handling on main thread.

Open selfsame opened this issue 6 years ago • 0 comments

Errors encountered during signal functions will crash/close the runtime. I've heard they are meant to pause the runtime, so perhaps this is a mono thing. In the meantime the ArcadiaHook script wraps it's signal invocations in try/catch blocks and prints the error string.

selfsame avatar May 06 '19 21:05 selfsame