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

util: gracefully handle unknown colors #33797

Closed

Commits on Jun 8, 2020

  1. util: gracefully handle unknown colors

    This makes sure colors that are unknown won't cause an error. This
    is especially important in case a library wants to use colors
    defined by Node.js core, if available and fall back to the default
    otherwise.
    
    Signed-off-by: Ruben Bridgewater <[email protected]>
    BridgeAR committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    b2fc617 View commit details
    Browse the repository at this point in the history
  2. fixup!

    Signed-off-by: Ruben Bridgewater <[email protected]>
    BridgeAR committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    61e231a View commit details
    Browse the repository at this point in the history