lua-users home
lua-l archive

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


On Mon, Apr 12, 2010 at 12:02 PM, Jerome Vuarand
<jerome.vuarand@gmail.com> wrote:
> What you can do is simply use pcall, and check that the error message
> is "interrupted!".

Thanks, Jerome, that does seem to help.