Improve error handling

This commit is contained in:
foxster-mp4
2023-11-26 11:37:59 -08:00
parent 087a543542
commit 097ffb0dfe

View File

@@ -46,7 +46,7 @@ export function main(callback, fallbackURL = "../../") {
}) })
.catch(error => { .catch(error => {
alert(error); alert(error);
open(fallbackURL); open(`${fallbackURL}?source=${sourceURL}`);
}); });
function waitForAllImagesToLoad() { function waitForAllImagesToLoad() {