Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gnurizen committed Jan 22, 2025
1 parent 534c125 commit b6516d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -500,9 +500,8 @@ func readTracePipe(ctx context.Context) {
if err != nil {
if errors.Is(err, io.EOF) {
continue
} else {
log.Error(err)
}
log.Error(err)
return
}
line = strings.TrimSpace(line)
Expand Down

0 comments on commit b6516d5

Please sign in to comment.