Commit 75e5684
committed
fix: print run summary outside logrus so newlines render
printSummary sent the ASCII-art banner + nuked-resource list as a single logrus.Info call; TextFormatter quotes the msg field and escapes every newline to a literal \n, mangling the report. Write the summary straight to logger.Out instead (still honours SetOutput), bypassing the formatter.1 parent 9a712dc commit 75e5684
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
| |||
0 commit comments