Dragon-Engine
Dragon-Engine copied to clipboard
Framework errors should be handled with `xpcall` instead of `pcall`
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.