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-05-08 02:31:58 +0400
committerisaacs <i@izs.me>2010-05-08 02:31:58 +0400
commit12ae3465ce4d917abe349cd8fc01350083a63907 (patch)
tree0b0e010873cc1f898587d1fc95f80b9f775db4bf /cli.js
parent3e798e875a2e7dc43d7e080546824e32c05f29f4 (diff)
Put the issues url in the error report
Diffstat (limited to 'cli.js')
-rwxr-xr-xcli.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli.js b/cli.js
index 839063274..a6d444b66 100755
--- a/cli.js
+++ b/cli.js
@@ -50,6 +50,7 @@ else npm.commands[command](arglist, function (er, ok) {
s.forEach(function (s) { log(s, "!") })
sys.error("")
log("try running: 'npm help "+command+"'", "failure")
- log("or report this to <npm-@googlegroups.com>", "failure")
+ log("or report this at <http://github.com/isaacs/npm/issues>", "failure")
+ log("or email <npm-@googlegroups.com>", "failure")
} else log("ok")
})