mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19:54:13 +00:00
Updates the error message.
This commit is contained in:
parent
ebbca94d67
commit
54e302608f
@ -294,7 +294,7 @@ object InteractiveShell {
|
|||||||
}
|
}
|
||||||
val flow = ctor.newInstance(*args) as FlowLogic<*>
|
val flow = ctor.newInstance(*args) as FlowLogic<*>
|
||||||
if (flow.progressTracker == null) {
|
if (flow.progressTracker == null) {
|
||||||
errors.add("You must override the flow's progress tracker to run it from the shell")
|
errors.add("A flow must override the progress tracker in order to be run from the shell")
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
return invoke(flow)
|
return invoke(flow)
|
||||||
|
Loading…
Reference in New Issue
Block a user