We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b87338 commit 126c3d4Copy full SHA for 126c3d4
src/executeCommandLine/executeCommandLine.ts
@@ -93,7 +93,7 @@ namespace ts {
93
// https://no-color.org
94
const supportsRicherColors = sys.getEnvironmentVariable("COLORTERM") === "truecolor" || sys.getEnvironmentVariable("TERM") === "xterm-256color"
95
96
- const showColors = defaultIsPretty(sys) || ;
+ const showColors = defaultIsPretty(sys);
97
if (!showColors) {
98
return {
99
bold: (str: string) => str,
0 commit comments