We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ae610 commit 0433bcbCopy full SHA for 0433bcb
lib/deploy/hosting/deploy.js
@@ -34,7 +34,7 @@ module.exports = function(context, options, payload) {
34
var lastCount = 0;
35
var lastPercent = 0;
36
var bar;
37
- if (!options.nonInteractive || !process.stderr) {
+ if (!options.nonInteractive && process.stderr) {
38
bar = new ProgressBar(chalk.bold('Uploading:') + ' [:bar] :percent', {
39
total: upload.manifest.length,
40
width: 40,
0 commit comments