Don't throw errors from background
// FREEBIE
This commit is contained in:
parent
bbb5b24d6b
commit
d3812869d2
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@
|
||||||
notifyConversation(message);
|
notifyConversation(message);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
throw e;
|
throw e;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue