lua-users home
lua-l archive

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


On Sun, Nov 27, 2011 at 10:06 AM, HyperHacker <hyperhacker@gmail.com> wrote:
> previous error loading module 'foo'". How can I see what the previous
> error was?

By looking at the second returned value from pcall(require,'foo').

steve d.