Skip to content

Commit

Permalink
Merge 886da68 into 1fc51b0
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Feb 5, 2020
2 parents 1fc51b0 + 886da68 commit d692c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/server.js
Expand Up @@ -395,12 +395,12 @@ class Server extends KarmaEventEmitter {
}

processWrapper.on('unhandledRejection', (error) => {
this.log.error('UnhandledRejection')
this.log.error(`UnhandledRejection: ${error.message}.`)
reportError(error)
})

processWrapper.on('uncaughtException', (error) => {
this.log.error('UncaughtException')
this.log.error(`UncaughtException: ${error.message}.`)
reportError(error)
})
}
Expand Down

0 comments on commit d692c3f

Please sign in to comment.