Skip to content

Commit

Permalink
Less shouty :D
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Nov 19, 2018
1 parent ad5b0de commit ed6a88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ module.exports = function( args, options ) {

if ( packagesWithError.size ) {
const repositoryForm = packagesWithError.size === 1 ? 'repository' : 'repositories';
const message = `\n❗❗❗ The command failed to execute in ${ packagesWithError.size } ${ repositoryForm }.❗❗❗\n`;
const message = `\n❗❗❗ The command failed to execute in ${ packagesWithError.size } ${ repositoryForm }.\n`;

console.log( chalk.red( message ) );
process.exit( 1 );
Expand Down

0 comments on commit ed6a88f

Please sign in to comment.