瀏覽代碼

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


Loading…
取消
儲存