mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-26 09:36:02 -07:00
投稿失敗したときにエラー表示するように
This commit is contained in:
parent
1de4f259c5
commit
1df8df3655
1 changed files with 4 additions and 0 deletions
|
@ -562,6 +562,10 @@ export default defineComponent({
|
||||||
});
|
});
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
this.posting = false;
|
this.posting = false;
|
||||||
|
os.dialog({
|
||||||
|
type: 'error',
|
||||||
|
text: err.message + '<br>' + (err as any).id,
|
||||||
|
});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue