mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 06:03:03 -04:00
Add Break Back For Scripts 😭
This commit is contained in:
parent
f605231a36
commit
8d5d7ba8a0
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ async function parseFile(fileName: string) {
|
||||||
}
|
}
|
||||||
throw fail("commands array contains invalid elements");
|
throw fail("commands array contains invalid elements");
|
||||||
});
|
});
|
||||||
|
break;
|
||||||
case "authors":
|
case "authors":
|
||||||
if (!isArrayLiteralExpression(value)) throw fail("authors is not an array literal");
|
if (!isArrayLiteralExpression(value)) throw fail("authors is not an array literal");
|
||||||
data.authors = value.elements.map(e => {
|
data.authors = value.elements.map(e => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue