Better log in pubToEpub()
This commit is contained in:
parent
6857443c8d
commit
2b72dc6948
1 changed files with 3 additions and 1 deletions
|
|
@ -188,7 +188,9 @@ const pubToEpub = async pub => {
|
|||
|
||||
return epubOrTimeout
|
||||
} catch (err) {
|
||||
logger.error(`Error inside pubToEpub:`)
|
||||
logger.error(
|
||||
`Error inside pubToEpub for pub ${pub.slice(0, 8)}...${pub.slice(-8)}:`
|
||||
)
|
||||
logger.error(err)
|
||||
throw err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue