We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d6d21 commit a12487cCopy full SHA for a12487c
build-tools/build-indexes
@@ -1173,7 +1173,9 @@ function buildTeambuilderTables() {
1173
try {
1174
overrideDexInfo[id][key] = JSON.parse(modString);
1175
} catch (e) {
1176
- console.log(modString + " " + id + " " + key + " parsed an invalid value: " + modString);
+ // Vivillon-Fancy coded with intentional undefined fields in the source, so we'll escape it
1177
+ if (id === 'vivillonfancy') continue;
1178
+ console.log(gen + " " + id + " " + key + " parsed an invalid value: " + modString);
1179
continue;
1180
}
1181
0 commit comments