Skip to content

Commit 37393da

Browse files
author
Danny Davidson
committed
fix another name conflict
1 parent 3ae9044 commit 37393da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/lib/system/supports-colors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function translateLevel(level) {
5555
};
5656
}
5757

58-
function supportsColor(stream) {
58+
function _supportsColor(stream) {
5959
if (forceColor === false) {
6060
return 0;
6161
}
@@ -140,7 +140,7 @@ function supportsColor(stream) {
140140
}
141141

142142
function getSupportLevel(stream) {
143-
var level = supportsColor(stream);
143+
var level = _supportsColor(stream);
144144
return translateLevel(level);
145145
}
146146

0 commit comments

Comments
 (0)