Commit a84bffc2 authored by Dan Abramov's avatar Dan Abramov
Browse files

Tweak message

parent 3809cf12
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -87,7 +87,7 @@ compiler.plugin('done', function (stats) { ...@@ -87,7 +87,7 @@ compiler.plugin('done', function (stats) {
); );
if (hasErrors) { if (hasErrors) {
console.log(chalk.red('There were errors compiling.')); console.log(chalk.red('Failed to compile.'));
console.log(); console.log();
if (formattedErrors.some(isLikelyASyntaxError)) { if (formattedErrors.some(isLikelyASyntaxError)) {
// If there are any syntax errors, show just them. // If there are any syntax errors, show just them.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment