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:
-rw-r--r--lib/rebuild.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/rebuild.js b/lib/rebuild.js
index 11c30150c..e78938a37 100644
--- a/lib/rebuild.js
+++ b/lib/rebuild.js
@@ -44,10 +44,6 @@ function rebuild (args, cb) {
log.silly(folders,"rebuild folders")
log.silly(actives, "rebuild actives")
- //FIXME GH-542 - remove the folder and re-unpack into it.
- // that probably means getting the tarball with
- // cache.add() again.
- // Look at how it's done in lib/install.js
asyncMap(folders, function (arg, cb) {
log.verbose(arg, "rebuild")
var n = arg[0]