소스 검색

mount() now asks for the right addresses

pull/1/head
XeonSquared 4 년 전
부모
커밋
9eec6bf193
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      lib/shutil.lua

+ 1
- 0
lib/shutil.lua 파일 보기

@@ -87,6 +87,7 @@ function shutil.mount(addr,path)
if not addr then
local mt = fs.mounts()
for k,v in pairs(mt) do
v = "/"..table.concat(fs.segments(v),"/")
print(tostring(fs.address(v)).." on "..tostring(v).." type "..fs.type(v))
end
else


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