fix Reporter.Close
This commit is contained in:
parent
c69c353d93
commit
c08af857d1
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ func (r *Reporter) Close(lastWords string) error {
|
|||
Time: timestamppb.Now(),
|
||||
Content: lastWords,
|
||||
})
|
||||
return nil
|
||||
r.state.StoppedAt = timestamppb.Now()
|
||||
} else if lastWords != "" {
|
||||
r.logRows = append(r.logRows, &runnerv1.LogRow{
|
||||
Time: timestamppb.Now(),
|
||||
|
|
Loading…
Add table
Reference in a new issue