Merge branch 'main' into dev

This commit is contained in:
Cohee
2023-07-19 18:41:48 +03:00
3 changed files with 8 additions and 1 deletions

View File

@@ -167,6 +167,8 @@ async function getManifests(names) {
const json = await response.json();
obj[name] = json;
resolve();
} else {
reject();
}
}).catch(err => reject() && console.log('Could not load manifest.json for ' + name, err));
});