ソースを参照

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



読み込み中…
キャンセル
保存