浏览代码

sort the fs.mounts table

master
XeonSquared 7 个月前
父节点
当前提交
fe8107bf7f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      module/fs.lua

+ 1
- 0
module/fs.lua 查看文件

@@ -107,6 +107,7 @@ function fs.mounts() -- -- table -- Returns a table containing the mount points
for k,v in pairs(fsmounts) do
rt[#rt+1] = k,v.address or "unknown"
end
table.sort(rt)
return rt
end



正在加载...
取消
保存