1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 00:35:52 +02:00
This commit is contained in:
syuilo
2026-04-30 13:32:10 +09:00
parent 5d36da17fe
commit 30f7727e33
3 changed files with 1 additions and 0 deletions

View File

@@ -330,6 +330,7 @@ onMounted(async () => {
try {
await controller.init(canvas.value!);
} catch (err) {
console.error(err);
os.alert({
type: 'error',
title: i18n.ts._room.failedToInitialize,