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 129b941eeb
commit 9112687a7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -362,7 +362,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=191 // Matches https://cs.opensource.google/go/go/+/refs/tags/go1.23.6:src/text/template/exec.go;l=191
traceableError, done := parseTemplateNoTemplateError(s, remainder) traceableError, done := parseTemplateNoTemplateError(s, remainder)
if done { if done {
return traceableError, done return traceableError, true
} }
// Executing form: "<templateName>: executing \"<funcName>\" at <<location>>: <errMsg>[ template:...]" // Executing form: "<templateName>: executing \"<funcName>\" at <<location>>: <errMsg>[ template:...]"

Loading…
Cancel
Save