Skip to content

Fix TTY.detectConfig regression on windows - #16294

Merged
andrewrk merged 1 commit into
ziglang:masterfrom
squeek502:tty-detection-regression
Jul 2, 2023
Merged

Fix TTY.detectConfig regression on windows#16294
andrewrk merged 1 commit into
ziglang:masterfrom
squeek502:tty-detection-regression

Conversation

@squeek502

@squeek502squeek502 commented Jul 2, 2023

Copy link
Copy Markdown
Member

e054126 inadvertently changed the logic on Windows and made it so that supportsAnsiEscapeCodes was never checked. This fixes that regression while keeping the logic intact for other platforms.

Semi-related: #16080

cc @dweiller

e054126 inadvertently changed the logic on Windows and made it so that supportsAnsiEscapeCodes was never checked. This fixes that regression while keeping the logic intact for other platforms.
@dweiller

Copy link
Copy Markdown
Contributor

My apologies for the breakage, not sure why a check for ANSI wasn't left before the windows-specific logic stuff.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@squeek502@dweiller@andrewrk