We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28f1cc commit 834896aCopy full SHA for 834896a
run.go
@@ -414,7 +414,7 @@ func (r *Run) request(ctx context.Context, payload any) (err error) {
414
}
415
416
417
- if err != nil && !errors.Is(err, io.EOF) {
+ if !errors.Is(err, io.EOF) {
418
slog.Debug("failed to read events from response", "error", err)
419
r.err = fmt.Errorf("failed to read events: %w", err)
420
0 commit comments