🎨 Error message

This commit is contained in:
Juan Tejada 2017-01-19 23:33:22 -08:00
parent fb8fc9f9e8
commit 5025dbe080

View file

@ -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);
})
}