Skip to content

Commit

Permalink
#141 disable monitor if verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 28, 2023
1 parent a1fa3c5 commit 4ed90f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mvnw.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module.exports = function(args, tgt, batch) {
shell: shell(),
}
);
if (tgt != undefined) {
if (tgt != undefined && args.includes('--quiet')) {
if (!batch) {
start();
}
Expand Down

0 comments on commit 4ed90f5

Please sign in to comment.