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 aa68271 commit 878f07cCopy full SHA for 878f07c
iterative/utils/runner.go
@@ -22,8 +22,7 @@ func ParseLogEvent(logEvent string) (LogEvent, error) {
22
return result, err
23
}
24
25
-// IsReady checks whether a runner is ready or not by
26
-// parsing the JSONL records from the logs it produces.
+// IsReady checks whether a runner is ready or not by parsing the JSONL records from the logs it produces.
27
func IsReady(logs string) bool {
28
scanner := bufio.NewScanner(strings.NewReader(logs))
29
for scanner.Scan() {
0 commit comments