Explorar el Código

sort the fs.mounts table

master
XeonSquared hace 7 meses
padre
commit
fe8107bf7f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      module/fs.lua

+ 1
- 0
module/fs.lua Ver fichero

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



Cargando…
Cancelar
Guardar