fix 404 handling in main dialog

This commit is contained in:
pa
2026-01-26 15:05:19 +09:00
committed by Natsumi
parent 27f913552e
commit 0a3597f84e
6 changed files with 22 additions and 11 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ export const useWorldStore = defineStore('World', () => {
})
.catch((err) => {
D.loading = false;
D.visible = false;
uiStore.closeMainDialog();
toast.error(t('message.world.load_failed'));
throw err;
})