File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5407
5407
"category" : " Message" ,
5408
5408
"code" : 6659
5409
5409
},
5410
- "Disable emitting file from a compilation." : {
5410
+ "Disable emitting files from a compilation." : {
5411
5411
"category" : " Message" ,
5412
5412
"code" : 6660
5413
5413
},
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ namespace ts {
90
90
}
91
91
92
92
function createColors ( sys : System ) {
93
- // https://no-color.org
94
- const supportsRicherColors = sys . getEnvironmentVariable ( "COLORTERM" ) === "truecolor" || sys . getEnvironmentVariable ( "TERM" ) === "xterm-256color"
93
+ // https://no-color.org
94
+ const supportsRicherColors = sys . getEnvironmentVariable ( "COLORTERM" ) === "truecolor" || sys . getEnvironmentVariable ( "TERM" ) === "xterm-256color" ;
95
95
96
96
const showColors = defaultIsPretty ( sys ) ;
97
97
if ( ! showColors ) {
You can’t perform that action at this time.
0 commit comments