From f5e8becd05e0426379eb0c999abdbc8e87a7f6f2 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Fri, 24 Feb 2017 16:17:18 -0800 Subject: npm: Add timing diagnostics on --loglevel=timing --- lib/prune.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/prune.js') diff --git a/lib/prune.js b/lib/prune.js index 6d103fc50..a590457a1 100644 --- a/lib/prune.js +++ b/lib/prune.js @@ -29,9 +29,9 @@ function Pruner (where, dryrun, args) { util.inherits(Pruner, Installer) Pruner.prototype.loadAllDepsIntoIdealTree = function (cb) { - log.silly('uninstall', 'loadAllDepsIntoIdealtree') + log.silly('uninstall', 'loadAllDepsIntoIdealTree') - var cg = this.progress.loadAllDepsIntoIdealTree + var cg = this.progress['loadIdealTree:loadAllDepsIntoIdealTree'] var steps = [] var self = this -- cgit v1.2.3