From f4ee5cbbf548017431968ab0e3763e50defa2481 Mon Sep 17 00:00:00 2001 From: tam-i13 <46927823+tam-i13@users.noreply.github.com> Date: Fri, 21 Nov 2025 10:56:07 +0300 Subject: [PATCH] Update weed/filer/elastic/v7/elastic_store.go Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- weed/filer/elastic/v7/elastic_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/filer/elastic/v7/elastic_store.go b/weed/filer/elastic/v7/elastic_store.go index c7c510205..c212b239b 100644 --- a/weed/filer/elastic/v7/elastic_store.go +++ b/weed/filer/elastic/v7/elastic_store.go @@ -262,7 +262,7 @@ func (store *ElasticStore) listDirectoryEntries( resEachEntryFunc, resEachEntryFuncErr := eachEntryFunc(esEntry.Entry) if resEachEntryFuncErr != nil { glog.ErrorfCtx(ctx, "failed to process eachEntryFunc for entry %q: %v", fileName, resEachEntryFuncErr) - return lastFileName, fmt.Errorf("failed to process eachEntryFunc: %w", resEachEntryFuncErr) +return lastFileName, fmt.Errorf("failed to process eachEntryFunc for entry %q: %w", fileName, resEachEntryFuncErr) } if !resEachEntryFunc {