Update pkg/engine/engine.go

Co-authored-by: George Jenkins <gvjenkins@gmail.com>
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
pull/31198/head
Terry Howe 1 week ago committed by GitHub
parent 9112687a7e
commit 91a65234ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -369,7 +369,7 @@ func parseTemplateExecErrorString(s string) (TraceableError, bool) {
// Matches https://cs.opensource.google/go/go/+/refs/tags/go1.23.6:src/text/template/exec.go;l=141
traceableError, done = parseTemplateExecutingAtErrorType(remainder)
if done {
return traceableError, done
return traceableError, true
}
// Simple form: "<templateName>: <errMsg>"

Loading…
Cancel
Save