From d66dd0c1649cd8fc6ae0909c0bfed777e7c52926 Mon Sep 17 00:00:00 2001 From: zhang wei Date: Thu, 4 Jun 2020 16:23:35 +0800 Subject: [PATCH] Update index.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 注释下面代码,使其options.total起作用 ``` // delete options.total; ``` --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 715ed98..f9b0ed8 100644 --- a/index.js +++ b/index.js @@ -21,7 +21,7 @@ module.exports = function ProgressBarPlugin(options) { var customSummary = options.customSummary; delete options.format; - delete options.total; + // delete options.total; delete options.summary; delete options.summaryContent; delete options.customSummary;