CORE-12019 Fix PR comments
This commit is contained in:
parent
2ea1a213bc
commit
53b164ef20
@ -155,7 +155,7 @@ tasks.register("stopAndCleanCorda") {
|
||||
try {
|
||||
cordaLifeCycle.stopCorda()
|
||||
} catch (Exception ignore) {
|
||||
println(ignore.toString())
|
||||
println("ignoring exception: ${ignore.toString()}")
|
||||
}
|
||||
delete devEnvWorkspace
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user