lua-users home
lua-l archive

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


> Well error("message") would work, but you would also get a stack
> trace, which is not always so friendly for your users.

You could do this:
	debug.traceback=nil
	error("message")