Skip to content

Commit

Permalink
Fixed an issue with requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice3man543 committed Jul 7, 2020
1 parent d830294 commit 8f38faa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion v2/pkg/executor/executer_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ mainLoop:
if resp != nil {
resp.Body.Close()
}
return errors.Wrap(err, "could not make http request")
gologger.Warningf("Could not do request: %s\n", err)
continue
}

if e.debug {
Expand Down

0 comments on commit 8f38faa

Please sign in to comment.