Include template name in error string when walking a template list.
dev
Manuel Bua 2020-07-13 19:53:19 +02:00
parent c4934b7eec
commit e9d27edf88
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ func (r *Runner) RunEnumeration() {
workflow := t.(*workflows.Workflow)
r.ProcessWorkflowWithList(workflow)
default:
gologger.Errorf("Could not parse file '%s': %s\n", r.options.Templates, err)
gologger.Errorf("Could not parse file '%s': %s\n", match, err)
}
}
if !results {