From 30a89eef252139cc0995b4b7cacf511b35105922 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 18 Jul 2010 20:22:44 -0700 Subject: Whitespace --- cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli.js') 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") }) -- cgit v1.2.3