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-08-05 19:35:44 +0400
committerisaacs <i@izs.me>2010-08-05 19:35:44 +0400
commit4ca6e4b4bb71349979efe12fe4a37a6e0e660c4a (patch)
tree2456eddc2e60483d67fa29280bd0f0f4e9517fd1 /cli.js
parent9c794e5a4d33031b3571df83f2ecca69485e3f67 (diff)
Remove unnecessary sys.inspect
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 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))) {