|
|
|
@ -168,7 +168,6 @@ func (store *UniversalRedis3Store) ListDirectoryEntries(ctx context.Context, dir |
|
|
|
|
|
|
|
resEachEntryFunc, resEachEntryFuncErr := eachEntryFunc(entry) |
|
|
|
if resEachEntryFuncErr != nil { |
|
|
|
glog.V(0).InfofCtx(ctx, "failed to process eachEntryFunc for entry %q: %w", entry.Name(), resEachEntryFuncErr) |
|
|
|
callbackErr = resEachEntryFuncErr |
|
|
|
return false |
|
|
|
} |
|
|
|
|