Преглед изворни кода

left a debug syslog in there. oops.

master
XeonSquared пре 9 месеци
родитељ
комит
265681c61c
1 измењених фајлова са 0 додато и 1 уклоњено
  1. +0
    -1
      module/fs.lua

+ 0
- 1
module/fs.lua Прегледај датотеку

@@ -99,7 +99,6 @@ function fs.mount(path,proxy) -- string table -- boolean -- Mounts the filesyste
end
function fs.umount(path) -- string -- -- Unmounts filesystem from *path*.
local fsi,_ = fs.resolve(path)
syslog(string.format("%s && %s",fs.resolve(path)))
fsmounts[fsi] = nil
end



Loading…
Откажи
Сачувај