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, 2 insertions, 0 deletions
diff --git a/bin/npm-cli.js b/bin/npm-cli.js
index ace40ca79..b01e8477e 100755
--- a/bin/npm-cli.js
+++ b/bin/npm-cli.js
@@ -17,6 +17,8 @@ process.title = "npm"
var log = require("npmlog")
log.pause() // will be unpaused when config is loaded.
+log.enableProgress()
+
log.info("it worked if it ends with", "ok")
var path = require("path")