debug(delta): add logs

This commit is contained in:
Evan Morikawa 2016-12-02 15:11:48 -05:00
parent cfc605136b
commit cee7d05017

View file

@ -67,6 +67,7 @@ class DeltaProcessor {
await this._saveMetadata(metadataDeltas);
await this._notifyOfNewMessages(models.created);
} catch (err) {
console.error(rawDeltas)
console.error("DeltaProcessor: Process failed.", err)
NylasEnv.reportError(err);
} finally {