made newer installer that does not require tar stuff
This commit is contained in:
6
prod/Hyperion-core/lib/io
Normal file
6
prod/Hyperion-core/lib/io
Normal file
@@ -0,0 +1,6 @@
|
||||
local io = {}
|
||||
local fs = require("fs")
|
||||
|
||||
function io.open(path, mode)
|
||||
return fs.open(path, mode)
|
||||
end
|
||||
Reference in New Issue
Block a user