Fix issues with truncated description and utf characters

This commit is contained in:
Chocobozzz 2018-03-21 15:00:58 +01:00
parent a3cffab42d
commit bffbebbe6b
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 14 additions and 7 deletions

View file

@ -16,7 +16,6 @@ function retryTransactionWrapper <T> (
.catch(err => callback(err))
})
.catch(err => {
console.error(err)
logger.error(options.errorMessage, err)
throw err
})