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
Would be nice if mlua could offer a error-value feature flag to allow retrieving the value of the error directly instead of it being just stringified into a traceback. This would be useful for allowing tables (for example) to be used as errors from Luau (which i want to do for better error handling on my hobby project).