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 => {