-
Notifications
You must be signed in to change notification settings - Fork 56
Wrong support detection on Windows #90
Copy link
Copy link
Closed
Description
This check assumes that anything running on Windows supports colors, which is not true and results in garbage output sometimes. For example, the GitHub Desktop app doesn't support colors for its output for precommit hooks and it sets env.TERM to dumb. Comparing with supports-color package which handles this correctly, this check should probably have a higher priority than the platform.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels