mirror of
https://github.com/restic/restic.git
synced 2025-10-10 08:13:16 +00:00
Stop Counters where they're constructed and started
This commit is contained in:
@@ -50,7 +50,7 @@ func checkData(chkr *checker.Checker) []error {
|
||||
return collectErrors(
|
||||
context.TODO(),
|
||||
func(ctx context.Context, errCh chan<- error) {
|
||||
chkr.ReadData(ctx, nil, errCh)
|
||||
chkr.ReadData(ctx, errCh)
|
||||
},
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user