mirror of
https://github.com/corda/corda.git
synced 2025-02-06 19:19:19 +00:00
* EG-464 Corda returns incorrect exit code in case if node is started with unknown/missing option * fixed empty else block * We should not use the parent's exception handler as it will quit and we have our own one * SampleCordaCliWrapper implemented and tests to verify error handling. * addressing code review comments