We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c088f3e commit 4047213Copy full SHA for 4047213
bin/log.js
@@ -27,7 +27,7 @@ const colors = {
27
class logger {
28
constructor(title) {
29
this.title;
30
- 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`);
31
return;
32
}
33
0 commit comments