mirror of
https://github.com/corda/corda.git
synced 2024-12-22 14:22:28 +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<*>
|
||||
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
|
||||
}
|
||||
return invoke(flow)
|
||||
|
Loading…
Reference in New Issue
Block a user