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

@@ -138,7 +138,7 @@ function fs.chdir(path)
end
function fs.isDir(path)
return syscall.isDirectory(path)
return syscall.type(path) == "directory"
end
return fs