-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Bug: 'Eterm' → 'eterm' in getColorDepth #26077
Labels
good first issue
Issues that are suitable for first-time contributors.
tty
Issues and PRs related to the tty subsystem.
Comments
@sttk do you want to try opening a pull-request for this? You can find a contribution guide here. |
ofrobots
added
the
good first issue
Issues that are suitable for first-time contributors.
label
Feb 13, 2019
I would like to take a shot at this if sttk doesnt want too. |
@Dlewis89 OK. I ask you this pr. |
abshek
added a commit
to abshek/node
that referenced
this issue
Feb 15, 2019
Converted the first element "Eterm" in TERM_ENVS array to "eterm" Fixes: nodejs#26077
2 tasks
addaleax
pushed a commit
that referenced
this issue
Feb 19, 2019
Converted the first element "Eterm" in TERM_ENVS array to "eterm" PR-URL: #26121 Fixes: #26077 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Weijia Wang <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
rvagg
pushed a commit
that referenced
this issue
Feb 28, 2019
Converted the first element "Eterm" in TERM_ENVS array to "eterm" PR-URL: #26121 Fixes: #26077 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Weijia Wang <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Issues that are suitable for first-time contributors.
tty
Issues and PRs related to the tty subsystem.
I found a bug of
getColorDepth
at this line.Elements of
TERM_ENVS
should be lower case because they are compared with lower case of env.TERM.The text was updated successfully, but these errors were encountered: