Skip to content

Commit b132c3a

Browse files
committed
fix(changed): Clarify early exit log message
1 parent 92ee4ee commit b132c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/changed/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ChangedCommand extends Command {
2424
const proceedWithUpdates = this.count > 0;
2525

2626
if (!proceedWithUpdates) {
27-
this.logger.info("No packages need updating");
27+
this.logger.info("", "No changed packages found");
2828

2929
process.exitCode = 1;
3030
}

0 commit comments

Comments
 (0)