mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-01 12:42:50 +08:00
Tweak message
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user