minor error msg tweak
Generate check / check-changes (pull_request) Successful in 36s
Generate check / verify-generate (pull_request) Skipped
Quality / check-changes (pull_request) Successful in 36s
Quality / run-tests (pull_request) Failing after 1m19s

This commit is contained in:
2026-08-02 11:07:29 +01:00
parent 1df5bffbd6
commit c08261c1fb
+1 -1
View File
@@ -128,7 +128,7 @@ func BuildReport(ctx context.Context, reader RecordReader, writer ReportWriter,
}
if !rec.Kind().Valid() {
return fmt.Errorf("cannot process Kind(%d)", rec.Kind())
return fmt.Errorf("found invalid Kind(%d)", rec.Kind())
}
lastTimestamp = rec.Timestamp()