better logging; run_once check for pull state
This commit is contained in:
@@ -27,6 +27,7 @@ class Routine extends Injectable {
|
||||
|
||||
let step_no = 1
|
||||
for ( const step of result.steps ) {
|
||||
if ( with_logging ) this.output.info('', 0)
|
||||
this.output.info(`(${step_no}/${result.steps.length}) ${step.step.display()}`, with_logging ? 0 : 10)
|
||||
step_no += 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user