From 5edbd2391de69e302b90e335e057f35cc3ccc4e3 Mon Sep 17 00:00:00 2001 From: V Date: Sun, 25 Jun 2023 18:33:44 +0200 Subject: [PATCH] Fix build --- scripts/generatePluginList.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/generatePluginList.ts b/scripts/generatePluginList.ts index 70dc142..c78c340 100644 --- a/scripts/generatePluginList.ts +++ b/scripts/generatePluginList.ts @@ -151,7 +151,6 @@ async function parseFile(fileName: string) { case "required": case "enabledByDefault": data[key] = value.kind === SyntaxKind.TrueKeyword; - if (!data[key] && value.kind !== SyntaxKind.FalseKeyword) throw fail(`${key} is not a boolean literal`); break; } }