mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -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 => {
|
||||
this.posting = false;
|
||||
os.dialog({
|
||||
type: 'error',
|
||||
text: err.message + '<br>' + (err as any).id,
|
||||
});
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue