add console error message
This commit is contained in:
parent
0056c7b3b1
commit
eac398702d
|
@ -42,6 +42,7 @@ export async function postStatus (realm, text, inReplyToId, mediaIds,
|
|||
postedStatusForRealm: realm
|
||||
})
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
toast.say('Unable to post status: ' + (e.message || ''))
|
||||
} finally {
|
||||
store.set({postingStatus: false})
|
||||
|
|
Loading…
Reference in a new issue