Log outgoing errors
// FREEBIE
This commit is contained in:
parent
ce49d14d85
commit
ada3d999e0
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@
|
||||||
sendFunc(this.get('id'), body, attachments, now).then(function() {
|
sendFunc(this.get('id'), body, attachments, now).then(function() {
|
||||||
message.save({'sent': true});
|
message.save({'sent': true});
|
||||||
}.bind(this)).catch(function(errors) {
|
}.bind(this)).catch(function(errors) {
|
||||||
|
console.log(errors);
|
||||||
if (errors instanceof Error) {
|
if (errors instanceof Error) {
|
||||||
errors = [errors];
|
errors = [errors];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue