mirror of
https://github.com/kepler155c/opus
synced 2025-11-01 16:13:01 +00:00
input redo + env pollution
This commit is contained in:
@@ -133,7 +133,7 @@ local methods = { 'delete', 'getFreeSpace', 'exists', 'isDir', 'getSize',
|
||||
|
||||
for _,m in pairs(methods) do
|
||||
fs[m] = function(dir, ...)
|
||||
dir = fs.combine(dir, '')
|
||||
dir = fs.combine(dir or '', '')
|
||||
local node = getNode(dir)
|
||||
return node.fs[m](node, dir, ...)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user