Skip to content

Commit

Permalink
updated: increase coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Jul 31, 2023
1 parent 980b556 commit cd709da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export const panic = (error) => {

if (process.env.RIOT_CLI_IGNORE_EXIT_ERRORS) {
throw error

/* c8 ignore next 3 */
} else {
trace(error)
process.exit(1)
Expand Down

0 comments on commit cd709da

Please sign in to comment.