We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ee4ee commit b132c3aCopy full SHA for b132c3a
commands/changed/index.js
@@ -24,7 +24,7 @@ class ChangedCommand extends Command {
24
const proceedWithUpdates = this.count > 0;
25
26
if (!proceedWithUpdates) {
27
- this.logger.info("No packages need updating");
+ this.logger.info("", "No changed packages found");
28
29
process.exitCode = 1;
30
}
0 commit comments