We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fecc0 commit 5ac9553Copy full SHA for 5ac9553
1 file changed
lib/supports-color.js
@@ -32,7 +32,7 @@ function supportsColor() /*: boolean */ {
32
return true;
33
}
34
35
- if (!process.stdout.isTTY) {
+ if (process.stdout.isTTY !== true) {
36
return false;
37
38
0 commit comments