Skip to content

Commit

Permalink
Remove inaccurate Hyper level=3 detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Mar 1, 2018
1 parent 1a6f8b2 commit f21e5c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ function supportsColor(stream) {
switch (env.TERM_PROGRAM) {
case 'iTerm.app':
return version >= 3 ? 3 : 2;
case 'Hyper':
return 3;
case 'Apple_Terminal':
return 2;
// No default
Expand Down

0 comments on commit f21e5c2

Please sign in to comment.