more work on FS

This commit is contained in:
2026-03-31 13:13:11 +02:00
parent 5c854e5c4a
commit 76b14524c5
10 changed files with 191 additions and 45 deletions

View File

@@ -269,9 +269,6 @@ local function writeEntry(entry, levelStack)
if opts.Q then io.write('"') end
if opts.color == "always" then
if not entry.extension then
print("entry:", entry)
end
io.write("\27[" .. colorize(entry) .. "m")
end