Add Break Back For Scripts 😭

This commit is contained in:
thororen1234 2025-04-04 21:41:48 -04:00
parent f605231a36
commit 8d5d7ba8a0
No known key found for this signature in database

View file

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