[O] Better error handling

pull/23/head
Azalea 2024-03-18 01:32:57 -04:00
parent 5a9b7e296f
commit 6218424be3
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
calElement.scrollLeft = calElement.scrollWidth - calElement.clientWidth
})
}).catch((e) => error = e.message);
})
}).catch((e) => error = e.message);
</script>
<main id="user-home" class="content">