Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/npm-cli.js')
-rwxr-xr-xbin/npm-cli.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/npm-cli.js b/bin/npm-cli.js
index c60fd737e..60d00bf29 100755
--- a/bin/npm-cli.js
+++ b/bin/npm-cli.js
@@ -19,7 +19,6 @@
var log = require('npmlog')
log.pause() // will be unpaused when config is loaded.
- log.enableProgress()
log.info('it worked if it ends with', 'ok')
@@ -72,7 +71,6 @@
conf._exit = true
npm.load(conf, function (er) {
if (er) return errorHandler(er)
- log.enableProgress()
npm.commands[npm.command](npm.argv, errorHandler)
})