You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does not produce any message and seems to succeed. However the returned table lacks many of the functions of the API, e.g. exists().
Solution: install LuaFileSystem first.
This issue is about the fact that loading the module should produce a warning or something.
This is the case for require "path.fs" but not for require "path", which is normal usage.
The text was updated successfully, but these errors were encountered:
I write this more for reference for users who may have the same problems.
When LuaFileSystem is not installed, doing
path = require "path"
does not produce any message and seems to succeed. However the returned table lacks many of the functions of the API, e.g.
exists()
.Solution: install LuaFileSystem first.
This issue is about the fact that loading the module should produce a warning or something.
This is the case for
require "path.fs"
but not forrequire "path"
, which is normal usage.The text was updated successfully, but these errors were encountered: