Skip to content

Commit 06fd523

Browse files
committed
fix(op-acceptor): close the report writer
1 parent 17f2bf5 commit 06fd523

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

op-acceptor/logging/filelogger.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,7 @@ func (s *HTMLSummarySink) Complete(runID string) error {
11351135
if err != nil {
11361136
return err
11371137
}
1138+
defer writer.Close()
11381139

11391140
// Calculate totals and duration
11401141
total := s.passed + s.failed + s.skipped + s.errored

0 commit comments

Comments
 (0)