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 327423b commit cc4fd77Copy full SHA for cc4fd77
1 file changed
src/util/terminal.ts
@@ -32,7 +32,7 @@ export function isColorsEnabled(): bool {
32
33
/** Sets whether terminal colors are enabled or not. */
34
export function setColorsEnabled(isEnabled: bool): bool {
35
- let wasEnabled = isEnabled;
+ let wasEnabled = colorsEnabled;
36
colorsEnabled = isEnabled;
37
return wasEnabled;
38
}
0 commit comments