Commit 599ea47
committed
Tweak newline handling in --verbose output
"Loading book" now appears on separate lines. The progress indicators
and "generating .." lines do not have newlines so that the carriage
returns still work.
When generating a single file, the verbose output has a newline at the
end now. There are cases where this is one newline too many, but this
seems better than having one too few. This could be avoided, but would
require more logic that seems too much effort at this stage.1 parent 50cd610 commit 599ea47
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
628 | | - | |
| 628 | + | |
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
| |||
0 commit comments