sol icon indicating copy to clipboard operation
sol copied to clipboard

error handling without exceptions

Open starwing opened this issue 9 years ago • 7 comments

Hi, I found this library do not use lua_pcall. I prefer to call a lua function with a message handler to offer a stack trace in error. so a function like lua.where() and lua.error([msg before where]) is good. have some plans to support this?

starwing avatar May 09 '15 18:05 starwing