Add README, fix headline printing.
This commit is contained in:
@ -53,7 +53,7 @@ proc prettyPrintFormat(logLine: string): string =
|
||||
try:
|
||||
var logJson = parseJson(logLine)
|
||||
|
||||
result = '-'.repeat(terminalWidth())
|
||||
result = '-'.repeat(terminalWidth()) & "\n"
|
||||
|
||||
# Print the known fields in order first
|
||||
for f in fieldDisplayOrder:
|
||||
|
Reference in New Issue
Block a user