Fix issues with truncated description and utf characters
This commit is contained in:
parent
a3cffab42d
commit
bffbebbe6b
4 changed files with 14 additions and 7 deletions
|
@ -16,7 +16,6 @@ function retryTransactionWrapper <T> (
|
|||
.catch(err => callback(err))
|
||||
})
|
||||
.catch(err => {
|
||||
console.error(err)
|
||||
logger.error(options.errorMessage, err)
|
||||
throw err
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue