run.go | 2 +- diff --git a/run.go b/run.go index 7429948c9bc4400d16f338d6667f9ef23d8111c55ebe38b9b4d778d1e15fc425..6df80dc7a297dfd68b3c9939a4bc1cd27ab00ac4960515d730455fdc31b54b2a 100644 --- a/run.go +++ b/run.go @@ -587,7 +587,7 @@ } if exitErr != nil { fields = append(fields, recfile.Field{ F: "ExitCode", - V: strconv.Itoa(exitErr.ProcessState.ExitCode()), + V: strconv.Itoa(exitErr.ExitCode()), }) }