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 ab6c5e3 commit 30aff55Copy full SHA for 30aff55
1 file changed
js/wasm.js
@@ -37,7 +37,9 @@ window.addEventListener("load", async () => {
37
38
return true;
39
}
40
- } catch (e) {}
+ } catch (e) {
41
+ console.error(e);
42
+ }
43
return false;
44
})();
45
0 commit comments