jsdotlua / jest-lua

Delightful testing for Lua.
http://jsdotlua.github.io/jest-lua
MIT License
33 stars 4 forks source link

Error stack traces are really bad #13

Closed Kampfkarren closed 7 months ago

Kampfkarren commented 7 months ago

Regularly, I'm not getting any interesting stack traces other than the erroring line itself. I need to print debug.traceback before I error usually to fix it.

Kampfkarren commented 7 months ago

Actually I think this might just be a me thing with how I'm using pcall.