Skip to content

Commit

Permalink
fix(logger): wrap words when splitting fancy log lines
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 committed Jan 15, 2020
1 parent e23bdfd commit 3c3c7d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion garden-service/src/logger/writers/fancy-terminal-writer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ export class FancyTerminalWriter extends Writer {
wrapAnsi(str, getTerminalWidth(this.stream), {
trim: false,
hard: true,
wordWrap: false,
})
)
.pop()!
Expand Down

0 comments on commit 3c3c7d2

Please sign in to comment.