lua-users home
lua-l archive

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


> it reports the error as being caused by the call to assert() itself,
> when the actual problem is at the point loadFile() was called with an
> invalid path.

I don't see this as a problem. Having the traceback show assert is
a good thing in this case because it shows that an assertion failed.