mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-07 16:38:17 +08:00
update
This commit is contained in:
parent
6c6a3c2605
commit
bed1646db7
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ if (config.bugsnagCode) {
|
|||
|
||||
loggelf = (...args) => {
|
||||
let err = args.shift() || {};
|
||||
if (err.code === 'ECONNRESET') {
|
||||
// just ignore
|
||||
return;
|
||||
}
|
||||
|
||||
let message = {
|
||||
short_message: component.toUpperCase() + ' [Exception] ' + (err.message || ''),
|
||||
|
|
Loading…
Reference in a new issue