Remove global error message

This commit is contained in:
Made Baruna 2022-03-30 01:32:35 +07:00
parent a09d935e63
commit 915a7a810f

View file

@ -29,9 +29,9 @@
onMount(() => { onMount(() => {
startSync(); startSync();
window.onerror = function () { // window.onerror = function () {
handleError(); // handleError();
}; // };
}); });
function startSync() { function startSync() {