mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 18:44:01 +08:00
🎨 Error message
This commit is contained in:
parent
fb8fc9f9e8
commit
5025dbe080
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ class IMAPConnection extends EventEmitter {
|
|||
error: err,
|
||||
operation_type: operation.constructor.name,
|
||||
operation_description: operation.description(),
|
||||
}, `Sync operation errored`)
|
||||
}, `IMAPConnection - operation errored`)
|
||||
reject(err);
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue