Skip to content

Commit 4047213

Browse files
rishabh3112evenstensberg
authored andcommitted
feat(log): add newline for title
1 parent c088f3e commit 4047213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/log.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const colors = {
2727
class logger {
2828
constructor(title) {
2929
this.title;
30-
process.stdout.write(`${colors.Bright}${title} - ${colors.FgCyan}webpack-cli ${colors.Reset}`);
30+
process.stdout.write(`${colors.Bright}${title} - ${colors.FgCyan}webpack-cli ${colors.Reset}\n`);
3131
return;
3232
}
3333

0 commit comments

Comments
 (0)