better logging; run_once check for pull state

This commit is contained in:
garrettmills
2020-08-13 20:47:34 -05:00
parent f5b84b530c
commit ba8119903e
3 changed files with 12 additions and 5 deletions

View File

@@ -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