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 9ffcf25Copy full SHA for 9ffcf25
NOTICE
@@ -62,6 +62,7 @@ under the licensing terms detailed in LICENSE:
62
* Kam Chehresa <kaz.che@gmail.com>
63
* Mopsgamer <79159094+Mopsgamer@users.noreply.github.com>
64
* EDM115 <github@edm115.dev>
65
+* Weixie Cui <cuiweixie@gmail.com>
66
67
Portions of this software are derived from third-party works licensed under
68
the following terms:
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