Update error page

pull/1/head
Made Baruna 2022-07-21 23:42:34 +07:00
parent 71bb9f2701
commit 0a2f51d44d
1 changed files with 1 additions and 2 deletions

View File

@ -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>