Skip to content

Fix TTY.detectConfig regression on windows #16294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 2, 2023

Conversation

squeek502
Copy link
Collaborator

@squeek502 squeek502 commented Jul 2, 2023

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
Contributor

dweiller commented Jul 2, 2023

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

Sign up for free to 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