Better log
This commit is contained in:
parent
2d63f75a0e
commit
3bae8e5122
1 changed files with 1 additions and 0 deletions
|
|
@ -196,6 +196,7 @@ const pubToEpub = async pub => {
|
|||
|
||||
return epub
|
||||
} catch (err) {
|
||||
logger.error(`Error inside pubToEpub:`)
|
||||
logger.error(err)
|
||||
throw new Error(`pubToEpub() -> ${err.message}`)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue