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
Lua errors and C++ exceptions should not be thrown across each other. Lua errors should not unwind C++ try and C++ exception should not unwind Lua pcall. Current wrap solves the latter but not the former problem.
The text was updated successfully, but these errors were encountered:
Lua errors and C++ exceptions should not be thrown across each other. Lua errors should not unwind C++
try
and C++ exception should not unwind Luapcall
. Currentwrap
solves the latter but not the former problem.The text was updated successfully, but these errors were encountered: