Internal state persistence #27
+1
-1
@@ -128,7 +128,7 @@ func BuildReport(ctx context.Context, reader RecordReader, writer ReportWriter,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !rec.Kind().Valid() {
|
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()
|
lastTimestamp = rec.Timestamp()
|
||||||
|
|||||||
Reference in New Issue
Block a user