mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-13 11:18:28 +01:00
Update error page
This commit is contained in:
parent
71bb9f2701
commit
0a2f51d44d
1 changed files with 1 additions and 2 deletions
|
@ -20,9 +20,8 @@
|
|||
let refreshUrl;
|
||||
|
||||
onMount(() => {
|
||||
console.error('ERROR', error);
|
||||
refreshUrl = `${location.href}?r=${new Date().getTime()}`;
|
||||
window.location.reload();
|
||||
console.error(error);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue