[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luasocket: typo in mime.lua?
- From: Ketmar Dark <ketmar@...>
- Date: Thu, 7 Jun 2007 06:39:51 +0300
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
^
???