Skip to content

Commit 126c3d4

Browse files
committed
Update baselines
1 parent 4b87338 commit 126c3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/executeCommandLine/executeCommandLine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ namespace ts {
9393
// https://no-color.org
9494
const supportsRicherColors = sys.getEnvironmentVariable("COLORTERM") === "truecolor" || sys.getEnvironmentVariable("TERM") === "xterm-256color"
9595

96-
const showColors = defaultIsPretty(sys) || ;
96+
const showColors = defaultIsPretty(sys);
9797
if (!showColors) {
9898
return {
9999
bold: (str: string) => str,

0 commit comments

Comments
 (0)