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
|
postedStatusForRealm: realm
|
||||||
})
|
})
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
console.error(e)
|
||||||
toast.say('Unable to post status: ' + (e.message || ''))
|
toast.say('Unable to post status: ' + (e.message || ''))
|
||||||
} finally {
|
} finally {
|
||||||
store.set({postingStatus: false})
|
store.set({postingStatus: false})
|
||||||
|
|
Loading…
Reference in a new issue