bugfixes and a temporary optimization
indirect is way too aggressive. It needs to be reworked
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user