Create proper io namespace directory

This commit is contained in:
Starbeamrainbowlabs 2023-08-08 18:46:41 +01:00
parent ff94fce503
commit 3c7e1ef545
Signed by: sbrl
GPG key ID: 1BE5172E637709C2
2 changed files with 1 additions and 1 deletions

View file

@ -31,7 +31,7 @@ wea_c.LRU = dofile(wea_c.modpath.."/utils/lru.lua")
wea_c.inspect = dofile(wea_c.modpath.."/utils/inspect.lua")
-- I/O compatibility layer
wea_c.io = dofile(wea_c.modpath.."/utils/io.lua")
wea_c.io = dofile(wea_c.modpath.."/utils/io/init.lua")
wea_c.bit = dofile(wea_c.modpath.."/utils/bit.lua")