Merge branch 'master' into help-by-default

This commit is contained in:
Erin Call
2019-12-26 13:00:13 -08:00
committed by GitHub
6 changed files with 106 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ func (p *Plan) Execute() error {
}
if err := step.Execute(p.runCfg); err != nil {
return fmt.Errorf("in execution step %d: %w", i, err)
return fmt.Errorf("while executing %T step: %w", step, err)
}
}