Skip to content

Commit bf61050

Browse files
abshekrvagg
authored andcommitted
lib: converted element to lowercase in tty.js
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>
1 parent e5dae20 commit bf61050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/tty.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const COLORS_16m = 24;
3737
// distribution of this file, with or without modification, are permitted
3838
// provided the copyright notice and this notice are preserved.
3939
const TERM_ENVS = [
40-
'Eterm',
40+
'eterm',
4141
'cons25',
4242
'console',
4343
'cygwin',

0 commit comments

Comments
 (0)