CORE-12019 Fix PR comments

This commit is contained in:
Emil Gabrovski 2023-03-27 17:07:30 +03:00 committed by egabrovski-r3
parent 48a19a73e1
commit 2ea1a213bc

View File

@ -154,7 +154,8 @@ tasks.register("stopAndCleanCorda") {
doLast { doLast {
try { try {
cordaLifeCycle.stopCorda() cordaLifeCycle.stopCorda()
} catch (Exception ignored) { } catch (Exception ignore) {
println(ignore.toString())
} }
delete devEnvWorkspace delete devEnvWorkspace
} }