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:
Diffstat (limited to 'lib/uninstall.js')
-rw-r--r--lib/uninstall.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uninstall.js b/lib/uninstall.js
index 0b07577d0..224c8af7c 100644
--- a/lib/uninstall.js
+++ b/lib/uninstall.js
@@ -148,7 +148,7 @@ function secondPart (args, cb) {
}
, [log, "complete", "uninstall "+arg._id]
, cb
- )
+ )
}})
c.push(cb)
chain(c)