summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npmlog/node_modules/gauge/plumbing.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/npmlog/node_modules/gauge/plumbing.js')
-rw-r--r--deps/npm/node_modules/npmlog/node_modules/gauge/plumbing.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/npm/node_modules/npmlog/node_modules/gauge/plumbing.js b/deps/npm/node_modules/npmlog/node_modules/gauge/plumbing.js
index 589a9c9287..1afb4af6d5 100644
--- a/deps/npm/node_modules/npmlog/node_modules/gauge/plumbing.js
+++ b/deps/npm/node_modules/npmlog/node_modules/gauge/plumbing.js
@@ -43,5 +43,6 @@ Plumbing.prototype.show = function (status) {
}
return renderTemplate(this.width, this.template, values).trim() +
+ consoleControl.color('reset') +
consoleControl.eraseLine() + consoleControl.gotoSOL()
}