You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(installer): respect NO_COLOR env var and handle NULL console handle
- Check NO_COLOR at startup and disable owo_colors globally if set,
matching the no-color.org spec and the global CLI's behavior
- Check for NULL handle (0) from GetStdHandle in addition to
INVALID_HANDLE_VALUE (-1) for robustness when no console is attached
- Enable owo-colors supports-colors feature for set_override support
0 commit comments