[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luajit require coredump if the lua file is not correct?
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 16 Mar 2011 12:32:57 +0200
On Wed, Mar 16, 2011 at 12:10 PM, Siddon Tang <siddontang@gmail.com> wrote:
> function dofunc() --ok, here I use the incorret lua code, because I don't
> write end, aha.....
On Windows, no problem:
> luajit a.lua
luajit: error loading module 'b' from file '.\b.lua':
.\b.lua:2: 'end' expected (to close 'function' at line 1) near '<eof>'
stack traceback:
...
steve d.