Dragon-Engine icon indicating copy to clipboard operation
Dragon-Engine copied to clipboard

Framework errors should be handled with `xpcall` instead of `pcall`

Open NobleDraconian opened this issue 2 years ago • 0 comments

Currently, as of v2.0.0, the framework handles its errors through pcall instead of xpcall. It should use xpcall, as it preserves stack traces properly, which makes debugging easier.

NobleDraconian avatar Mar 07 '23 03:03 NobleDraconian