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:
authorForrest L Norvell <forrest@npmjs.com>2014-10-31 00:32:52 +0300
committerForrest L Norvell <forrest@npmjs.com>2014-10-31 11:18:12 +0300
commit239c3086cc1cbee651f9ec85609b8dd3ab8258d7 (patch)
treeb94499fc49bacecc3b5490e525dfd7d59dd43cbf /lib/bugs.js
parent7719cfdd8b204dfeccc41289707ea58b4d608905 (diff)
style tweaks
Diffstat (limited to 'lib/bugs.js')
-rw-r--r--lib/bugs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bugs.js b/lib/bugs.js
index ea27bdd82..fabbbaf10 100644
--- a/lib/bugs.js
+++ b/lib/bugs.js
@@ -24,7 +24,7 @@ bugs.completion = function (opts, cb) {
}
function bugs (args, cb) {
- var n = args.length && npa(args[0]).name || '.'
+ var n = args.length && npa(args[0]).name || "."
fs.stat(n, function (er, s) {
if (er) {
if (er.code === "ENOENT") return callRegistry(n, cb)