From 5599538eff233f7cbf128d70bbe34997bf7e7dd3 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Thu, 25 May 2017 04:00:43 -0700 Subject: install,uninstall: Disable fake children when installing one mod or uninstalling --- lib/prune.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/prune.js') diff --git a/lib/prune.js b/lib/prune.js index 9ca17ae29..602774538 100644 --- a/lib/prune.js +++ b/lib/prune.js @@ -26,6 +26,7 @@ function prune (args, cb) { function Pruner (where, dryrun, args) { Installer.call(this, where, dryrun, args) + this.fakeChildren = false } util.inherits(Pruner, Installer) -- cgit v1.2.3