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:
authorisaacs <i@izs.me>2010-07-19 07:22:44 +0400
committerisaacs <i@izs.me>2010-07-25 05:51:20 +0400
commit30a89eef252139cc0995b4b7cacf511b35105922 (patch)
tree954e9df3db913aba6a481b8b77a8121921d5506a /cli.js
parent6f43ddce1975f821b0c69a4f878ad1b32bdfa135 (diff)
Whitespace
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") })