lua-users home
lua-l archive

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


if you have foo/init.lua you can require it as either "foo" or "foo.init" and I think lua should detect these and error if you don't use the shorter one.

it's quite trivial to check this in the searchers themselves.