lua-users home
lua-l archive

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


On Tue, 05 Jun 2007 10:06:09 +0100
Thomas Lauer <thomas.lauer@virgin.net> wrote:

> v2.0.1, line 30:
> 
> if not f then error("unknown key (" .. base.tostring(name) .. ")", 3)
> I assume this ^
> should be ... base.error(...
> 

the same thing in etc/dispatch.lua?
line 59:
else error(results[1]) end
     ^

line 222:
else error(operation) end
     ^

???