mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-12 02:58:20 +08:00
debug(delta): add logs
This commit is contained in:
parent
cfc605136b
commit
cee7d05017
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue