lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Jasmin Patry wrote:
> I'm wondering if anybody has had any experience modifying how Lua
> handles errors in scripts.
[snip]

I just use pcall() for that kind of thing.

Robby