From 4e148d03798cb52beda6413cd5db219e5b66ec65 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 11 Jan 2021 01:36:08 +0100 Subject: [PATCH] Update ExceptionHandler.kt --- .../src/main/kotlin/ftl/run/exception/ExceptionHandler.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/test_runner/src/main/kotlin/ftl/run/exception/ExceptionHandler.kt b/test_runner/src/main/kotlin/ftl/run/exception/ExceptionHandler.kt index 4e3be944e9..aa25df1a95 100644 --- a/test_runner/src/main/kotlin/ftl/run/exception/ExceptionHandler.kt +++ b/test_runner/src/main/kotlin/ftl/run/exception/ExceptionHandler.kt @@ -59,7 +59,6 @@ fun withGlobalExceptionHandling(block: () -> Int) { is MatrixValidationError, is YmlValidationError, is FlankConfigurationError -> { - captureError(t) printError(t.message) exitProcess(CONFIGURATION_FAIL) }