Skip to content

Commit

Permalink
feat(log): add newline for title
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 authored and evenstensberg committed Feb 5, 2019
1 parent c088f3e commit 4047213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const colors = {
class logger {
constructor(title) {
this.title;
process.stdout.write(`${colors.Bright}${title} - ${colors.FgCyan}webpack-cli ${colors.Reset}`);
process.stdout.write(`${colors.Bright}${title} - ${colors.FgCyan}webpack-cli ${colors.Reset}\n`);
return;
}

Expand Down

0 comments on commit 4047213

Please sign in to comment.