Remove global error message

pull/1/head
Made Baruna 2022-03-30 01:32:35 +07:00
parent a09d935e63
commit 915a7a810f
1 changed files with 3 additions and 3 deletions

View File

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