mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
92a437f333
calling `picocli.CommandLine.AbstractHandler#andExit` causes the exception handler to forcefully terminate the program execution (calling `java.lang.System#exit`) at all costs, even in case of `ExecutionException` being throw by `picocli.CommandLine#parseWithHandlers(picocli.CommandLine.IParseResultHandler2<R>, picocli.CommandLine.IExceptionHandler2<R>, java.lang.String...)`, this was causing the program to always print the exception stack trace on the `stderr` and terminating even before entering the `catch` block from lines 85 to 93 |
||
---|---|---|
.. | ||
src/main/kotlin/net/corda/cliutils | ||
build.gradle |