CORE-12019 Fix PR comments
This commit is contained in:
parent
48a19a73e1
commit
2ea1a213bc
@ -154,7 +154,8 @@ tasks.register("stopAndCleanCorda") {
|
||||
doLast {
|
||||
try {
|
||||
cordaLifeCycle.stopCorda()
|
||||
} catch (Exception ignored) {
|
||||
} catch (Exception ignore) {
|
||||
println(ignore.toString())
|
||||
}
|
||||
delete devEnvWorkspace
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user