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:
-rwxr-xr-xcli.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.js b/cli.js
index fb78b996b..0e64d1aa1 100755
--- a/cli.js
+++ b/cli.js
@@ -22,7 +22,7 @@ var fs = require("fs")
, command
, flagsDone
-log(sys.inspect(argv), "cli")
+log(argv, "cli")
while (arg = argv.shift()) {
if (!command && (npm.commands.hasOwnProperty(arg))) {