Skip to content

Commit

Permalink
Merge pull request #707 from Financial-Times/apaleslimghost-patch-2
Browse files Browse the repository at this point in the history
fix: log an extra newline after error details
  • Loading branch information
apaleslimghost authored Nov 5, 2024
2 parents 6897496 + 23ea7e4 commit e1314d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/cli/bin/run
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ async function main() {
rootLogger.error(error.message)
rootLogger.error(styles.ruler() + '\n', { skipformat: true })
rootLogger.error(error.details, { skipformat: true })
rootLogger.error('\n', { skipformat: true })
} else {
rootLogger.error(error.stack)
}
Expand Down

0 comments on commit e1314d7

Please sign in to comment.