mirror of
https://github.com/corda/corda.git
synced 2025-04-15 06:56:59 +00:00
CORDA-1147 - fix shell (#2730)
This commit is contained in:
parent
a042240f26
commit
d6f9bbfe2e
@ -182,6 +182,8 @@ class ProgressTracker(vararg steps: Step) {
|
||||
fun endWithError(error: Throwable) {
|
||||
check(!hasEnded) { "Progress tracker has already ended" }
|
||||
_changes.onError(error)
|
||||
_stepsTreeIndexChanges.onError(error)
|
||||
_stepsTreeChanges.onError(error)
|
||||
}
|
||||
|
||||
/** The parent of this tracker: set automatically by the parent when a tracker is added as a child */
|
||||
|
Loading…
x
Reference in New Issue
Block a user