From 8d5d7ba8a0b67ab5c11c8b55c9253a7a61eafd84 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Fri, 4 Apr 2025 21:41:48 -0400 Subject: [PATCH] =?UTF-8?q?Add=20Break=20Back=20For=20Scripts=20?= =?UTF-8?q?=F0=9F=98=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/generatePluginList.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/generatePluginList.ts b/scripts/generatePluginList.ts index 06ff869d..d2dd2663 100644 --- a/scripts/generatePluginList.ts +++ b/scripts/generatePluginList.ts @@ -188,6 +188,7 @@ async function parseFile(fileName: string) { } throw fail("commands array contains invalid elements"); }); + break; case "authors": if (!isArrayLiteralExpression(value)) throw fail("authors is not an array literal"); data.authors = value.elements.map(e => {