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"

Fixes: nodejs#26077
  • Loading branch information
abshek committed Feb 15, 2019
1 parent fe58bef commit 543fdfd
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 543fdfd

Please sign in to comment.