Skip to content

Commit a84bffc

Browse files
committed
Tweak message
1 parent 3809cf1 commit a84bffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ compiler.plugin('done', function (stats) {
8787
);
8888

8989
if (hasErrors) {
90-
console.log(chalk.red('There were errors compiling.'));
90+
console.log(chalk.red('Failed to compile.'));
9191
console.log();
9292
if (formattedErrors.some(isLikelyASyntaxError)) {
9393
// If there are any syntax errors, show just them.

0 commit comments

Comments
 (0)