lua-users home
lua-l archive

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


On 2/16/06, Chris <coderight@gmail.com> wrote:
Yes but when these are kicked out of the Lua runtime they won't contain any error message at all.  No?
 
> a = {}
> a.msg = "hello"
> a.code = 12
> error(a)
(error with no message)

Er, I meant they don't provide a stack trace or anything.

--
// Chris