mlua icon indicating copy to clipboard operation
mlua copied to clipboard

Feature flag to get non-string error as value

Open cheesycod opened this issue 4 months ago • 1 comments

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).

cheesycod avatar Aug 26 '25 17:08 cheesycod

I actually made an Issue about this just last week funny enough. #631

Pspritechologist avatar Sep 01 '25 21:09 Pspritechologist