Skip to content

Commit

Permalink
Update ExceptionHandler.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfilipow92 authored and mergify-bot committed Jan 11, 2021
1 parent 01a8ea2 commit 4e148d0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ fun withGlobalExceptionHandling(block: () -> Int) {
is MatrixValidationError,
is YmlValidationError,
is FlankConfigurationError -> {
captureError(t)
printError(t.message)
exitProcess(CONFIGURATION_FAIL)
}
Expand Down

0 comments on commit 4e148d0

Please sign in to comment.