소스 검색

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



불러오는 중...
취소
저장