Tweak message

This commit is contained in:
Dan Abramov
2016-07-21 17:06:02 +01:00
parent 3809cf1283
commit a84bffc295

View File

@@ -87,7 +87,7 @@ compiler.plugin('done', function (stats) {
);
if (hasErrors) {
console.log(chalk.red('There were errors compiling.'));
console.log(chalk.red('Failed to compile.'));
console.log();
if (formattedErrors.some(isLikelyASyntaxError)) {
// If there are any syntax errors, show just them.