fix: failed DM error handling #19
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue16"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #16
Example of errors
@ -163,0 +162,4 @@
toast.error('An error occurred while publishing DM')
errResults.forEach((errResult: any) => {
toast.error(`${errResult.relay} -- ${errResult.error}`)
The error message could be:
Publishing to '${ralay}' caused the following error: '${error}'.