bugfixes and a temporary optimization

indirect is way too aggressive. It needs to be reworked
This commit is contained in:
2026-03-15 22:32:35 +01:00
parent dd97929a04
commit 9c1062c076
5 changed files with 66 additions and 2 deletions

View File

@@ -269,6 +269,9 @@ 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