mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-22 23:10:58 +01:00
Remove global error message
This commit is contained in:
parent
a09d935e63
commit
915a7a810f
1 changed files with 3 additions and 3 deletions
|
@ -29,9 +29,9 @@
|
|||
onMount(() => {
|
||||
startSync();
|
||||
|
||||
window.onerror = function () {
|
||||
handleError();
|
||||
};
|
||||
// window.onerror = function () {
|
||||
// handleError();
|
||||
// };
|
||||
});
|
||||
|
||||
function startSync() {
|
||||
|
|
Loading…
Reference in a new issue