Skip to content

Commit

Permalink
lib: converted element to lowercase in tty.js
Browse files Browse the repository at this point in the history
Converted the first element "Eterm" in TERM_ENVS array to "eterm"

PR-URL: #26121
Fixes: #26077
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Weijia Wang <starkwang@126.com>
Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
  • Loading branch information
abshek authored and danbev committed Feb 19, 2019
1 parent 0ebff65 commit 17820ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/tty.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const COLORS_16m = 24;
// distribution of this file, with or without modification, are permitted
// provided the copyright notice and this notice are preserved.
const TERM_ENVS = [
'Eterm',
'eterm',
'cons25',
'console',
'cygwin',
Expand Down

0 comments on commit 17820ec

Please sign in to comment.