Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Put the issues url in the error report
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed May 7, 2010
1 parent 3e798e8 commit 12ae346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli.js
Expand Up @@ -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")
})

0 comments on commit 12ae346

Please sign in to comment.