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
path: root/bin
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-12-05 00:05:54 +0400
committerisaacs <i@izs.me>2011-12-06 00:00:28 +0400
commit89d6663e318916abb744c5f7f5f94a206efcd51c (patch)
tree7db497a2cfe82b419113e8f6142a9ce6bde453da /bin
parent80c7f1eba41e05825f4c941f4361192a0619822e (diff)
move process.title to correct spot
Diffstat (limited to 'bin')
-rwxr-xr-xbin/npm-cli.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/npm-cli.js b/bin/npm-cli.js
index db6db2fbd..e0b9f20bb 100755
--- a/bin/npm-cli.js
+++ b/bin/npm-cli.js
@@ -12,6 +12,9 @@ if (typeof WScript !== "undefined") {
return
}
+
+process.title = "npm"
+
var log = require("../lib/utils/log.js")
log.waitForConfig()
log.info("ok", "it worked if it ends with")