summaryrefslogtreecommitdiff
path: root/js/colors.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/colors.ts')
-rw-r--r--js/colors.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/colors.ts b/js/colors.ts
index 47a893036..9937bdb57 100644
--- a/js/colors.ts
+++ b/js/colors.ts
@@ -11,7 +11,7 @@ interface Code {
regexp: RegExp;
}
-let enabled = !noColor;
+const enabled = !noColor;
function code(open: number, close: number): Code {
return {