Skip to content

Commit

Permalink
fix(changed): Clarify early exit log message
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Jul 25, 2018
1 parent 92ee4ee commit b132c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/changed/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ChangedCommand extends Command {
const proceedWithUpdates = this.count > 0;

if (!proceedWithUpdates) {
this.logger.info("No packages need updating");
this.logger.info("", "No changed packages found");

process.exitCode = 1;
}
Expand Down

0 comments on commit b132c3a

Please sign in to comment.