Skip to content
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

errors: skip fatal error highlighting on windows #33132

Closed
wants to merge 1 commit into from
Closed

errors: skip fatal error highlighting on windows #33132

wants to merge 1 commit into from

Commits on May 6, 2020

  1. errors: skip fatal error highlighting on windows

    Some consoles do not convert ANSI escape sequences to colors,
    rather display them directly to the stdout. On those consoles,
    libuv emulates colors by intercepting stdout stream and calling
    corresponding Windows API functions for setting console colors.
    However, fatal error are handled differently and we cannot easily
    highlight them.
    Hakerh400 committed May 6, 2020
    Copy the full SHA
    9789cf6 View commit details
    Browse the repository at this point in the history