Comparing version 5.4.3 to 5.4.4
@@ -11,5 +11,6 @@ "use strict"; | ||
// set noTTYOutput for options | ||
options.noTTYOutput = Boolean(process.env.TERM !== 'dumb' && process.stdin.isTTY); | ||
const isTTY = Boolean(process.env.TERM !== 'dumb' && process.stdin.isTTY); | ||
options.noTTYOutput = !isTTY; | ||
return new cliProgress.SingleBar(options); | ||
} | ||
exports.default = progress; |
{ | ||
"name": "cli-ux", | ||
"description": "cli IO utilities", | ||
"version": "5.4.3", | ||
"version": "5.4.4", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/cli-ux/issues", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93133
1897