[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: handling errors without aborting script execution
- From: Robert Raschke <rrlua@...>
- Date: Tue, 19 Sep 2006 09:15:05 +0100
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