Don't throw errors from background

// FREEBIE
pull/749/head
lilia 10 years ago
parent bbb5b24d6b
commit d3812869d2

@ -214,6 +214,7 @@
notifyConversation(message); notifyConversation(message);
}); });
}); });
return;
} }
throw e; throw e;

Loading…
Cancel
Save