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 3ae9044 commit 37393daCopy full SHA for 37393da
build/lib/system/supports-colors.js
@@ -55,7 +55,7 @@ function translateLevel(level) {
55
};
56
}
57
58
-function supportsColor(stream) {
+function _supportsColor(stream) {
59
if (forceColor === false) {
60
return 0;
61
@@ -140,7 +140,7 @@ function supportsColor(stream) {
140
141
142
function getSupportLevel(stream) {
143
- var level = supportsColor(stream);
+ var level = _supportsColor(stream);
144
return translateLevel(level);
145
146
0 commit comments