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/cli.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli.js')
-rwxr-xr-xcli.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.js b/cli.js
index db7bcb13c..10cb5d35e 100755
--- a/cli.js
+++ b/cli.js
@@ -48,7 +48,7 @@ var vindex = arglist.indexOf("-v")
if (printVersion) {
sys.puts(npm.version)
if (vindex !== -1) arglist.splice(vindex, 1)
-} else log(npm.version, "version")
+} else log(npm.version, "version")
process.on("uncaughtException", errorHandler)
process.on("exit", function () { if (!itWorked) log("not ok") })