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 91a65234ac
commit b2870379c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -377,7 +377,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=138 // Matches https://cs.opensource.google/go/go/+/refs/tags/go1.23.6:src/text/template/exec.go;l=138
traceableError, done = parseTemplateSimpleErrorString(remainder) traceableError, done = parseTemplateSimpleErrorString(remainder)
if done { if done {
return traceableError, done return traceableError, true
} }
return TraceableError{}, false return TraceableError{}, false

Loading…
Cancel
Save