Browse Source

fix return

pull/7485/head
Roman Tamarov 2 weeks ago
parent
commit
e503375bb7
  1. 2
      weed/filer/elastic/v7/elastic_store.go

2
weed/filer/elastic/v7/elastic_store.go

@ -266,7 +266,7 @@ func (store *ElasticStore) listDirectoryEntries(
}
if !resEachEntryFunc {
break
return lastFileName, nil
}
lastFileName = fileName

Loading…
Cancel
Save