Skip to content

Commit 8bcd542

Browse files
cq-botgithub-actions[bot]
authored andcommitted
chore: Prepare dist
1 parent e0faf33 commit 8bcd542

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dist/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14963,6 +14963,14 @@ function _supportsColor(haveStream, {streamIsTTY, sniffFlags = true} = {}) {
1496314963
return 3;
1496414964
}
1496514965

14966+
if (env.TERM === 'xterm-ghostty') {
14967+
return 3;
14968+
}
14969+
14970+
if (env.TERM === 'wezterm') {
14971+
return 3;
14972+
}
14973+
1496614974
if ('TERM_PROGRAM' in env) {
1496714975
const version = Number.parseInt((env.TERM_PROGRAM_VERSION || '').split('.')[0], 10);
1496814976

0 commit comments

Comments
 (0)