Skip to content

Commit 2fb97eb

Browse files
committed
Silent mode feature added. Closing #60
Running with -s or --silent flag now will silence not only npm noise but also info messages of better-npm-run itself.
1 parent bc7b263 commit 2fb97eb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,3 @@ exec(pkg.betterScripts[scriptName], isSilent, function (error, stdout, stderr) {
3939
}
4040
});
4141

42-
//
43-
// Silent mode feature added. Closing #60
44-
//
45-
// Running with -s or --silent flag will silence not only npm noise but also info messages of better-npm-run itself.

0 commit comments

Comments
 (0)