summaryrefslogtreecommitdiff
path: root/deps/npm/lib/install/actions.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/install/actions.js')
-rw-r--r--deps/npm/lib/install/actions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/lib/install/actions.js b/deps/npm/lib/install/actions.js
index a34d03ffe2..9608a943a5 100644
--- a/deps/npm/lib/install/actions.js
+++ b/deps/npm/lib/install/actions.js
@@ -118,7 +118,7 @@ function doParallel (type, staging, actionsToRun, log, next) {
}
return acc
}, [])
- log.silly('doParallel', type + ' ' + acts.length)
+ log.silly('doParallel', type + ' ' + actionsToRun.length)
time(log)
if (!acts.length) { return next() }
return withInit(actions[type], () => {