You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What busted is doing is weird and isn't even supported in newer Lua versions anyway; 5.3 onwards all raise this same error. Not going to fix this unless there's an extremely compelling reason since this has a impact on how the default global error handler will process nil errors and breaks other invariants elsewhere.
Found through the busted Lua unittest framework, which uses
error()
on exit.The text was updated successfully, but these errors were encountered: