Ver código fonte

sort the fs.mounts table

master
XeonSquared 7 meses atrás
pai
commit
fe8107bf7f
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      module/fs.lua

+ 1
- 0
module/fs.lua Ver arquivo

@@ -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



Carregando…
Cancelar
Salvar