mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-23 13:24:11 +02:00
wip
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -330,6 +330,7 @@ onMounted(async () => {
|
|||||||
try {
|
try {
|
||||||
await controller.init(canvas.value!);
|
await controller.init(canvas.value!);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
console.error(err);
|
||||||
os.alert({
|
os.alert({
|
||||||
type: 'error',
|
type: 'error',
|
||||||
title: i18n.ts._room.failedToInitialize,
|
title: i18n.ts._room.failedToInitialize,
|
||||||
|
|||||||
Reference in New Issue
Block a user