fixed metafile and list bug

This commit is contained in:
2026-02-01 01:40:28 -05:00
parent 4f50d90b79
commit ea2a0e0e94
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
local fs = require("sys.fs")
local stuff = fs.list("")
local stuff = fs.list(syscall.getcwd())
for i,v in ipairs(stuff) do
if fs.isDir(v) then
print(v.."/")