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:
Sort of but I was thinking more of the filename and line number that get prepended to the error message:

> error("error msg")
stdin:1: error msg

 Is there any way to get that information?  debug.traceback() doesn't seem to provide it.

Sorry, I don't know what I was looking at.  I see the filename and line number from debug.traceback.  That should work.

I believe I can make this work now, thanks guys!

--
// Chris