mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-01 13:13:53 +08:00
do not log uids for fetch
This commit is contained in:
parent
17bd12e61b
commit
c5f3fee871
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module.exports = {
|
|||
}
|
||||
|
||||
if (token.toUpperCase().trim() !== 'DONE') {
|
||||
return callback(new Error('Invalid Idle continuation'));
|
||||
return callback(new Error('Invalid Idle continuation (' + JSON.stringify(token) + ')'));
|
||||
}
|
||||
|
||||
callback(null, {
|
||||
|
|
Loading…
Reference in a new issue