Skip to content

Commit 30aff55

Browse files
committed
improvement: print Wasm test errors in console
1 parent ab6c5e3 commit 30aff55

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

js/wasm.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ window.addEventListener("load", async () => {
3737

3838
return true;
3939
}
40-
} catch (e) {}
40+
} catch (e) {
41+
console.error(e);
42+
}
4143
return false;
4244
})();
4345

0 commit comments

Comments
 (0)