mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-23 07:17:43 +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(() => {
|
onMount(() => {
|
||||||
startSync();
|
startSync();
|
||||||
|
|
||||||
window.onerror = function () {
|
// window.onerror = function () {
|
||||||
handleError();
|
// handleError();
|
||||||
};
|
// };
|
||||||
});
|
});
|
||||||
|
|
||||||
function startSync() {
|
function startSync() {
|
||||||
|
|
Loading…
Reference in a new issue