From 097ffb0dfe30408b3b4a1ff5516906e958de0948 Mon Sep 17 00:00:00 2001 From: foxster-mp4 Date: Sun, 26 Nov 2023 11:37:59 -0800 Subject: [PATCH] Improve error handling --- common/modules/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/main.js b/common/modules/main.js index a1745ca..c7877a6 100644 --- a/common/modules/main.js +++ b/common/modules/main.js @@ -46,7 +46,7 @@ export function main(callback, fallbackURL = "../../") { }) .catch(error => { alert(error); - open(fallbackURL); + open(`${fallbackURL}?source=${sourceURL}`); }); function waitForAllImagesToLoad() {