Ver código fonte

Internal: Adjusted message.

Marek Lewandowski 5 anos atrás
pai
commit
0bfddb7a79
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      scripts/continuous-integration-script.js

+ 1 - 1
scripts/continuous-integration-script.js

@@ -104,7 +104,7 @@ console.log( 'Done' );
 if ( Object.values( failedChecks ).some( checksSet => checksSet.size > 0 ) ) {
 	console.log( '\n---\n' );
 
-	console.log( `🔥 ${ RED }Errors were found in the following packages:${ NO_COLOR }\n` );
+	console.log( `🔥 ${ RED }Errors were detected by the CI.${ NO_COLOR }\n` );
 
 	showFailedCheck( 'dependency', 'The following packages have dependencies that are not included in its package.json' );
 	showFailedCheck( 'unitTests', 'The following packages did not pass unit tests' );