weed filer.export: fix pagination error

This commit is contained in:
Chris Lu 2019-03-28 00:46:15 -07:00
parent 07775998a9
commit 487ca51491

View file

@ -158,6 +158,7 @@ func doTraverse(ctx context.Context, stat *statistics, filerStore filer2.FilerSt
} else {
stat.fileCount++
}
lastEntryName = entry.Name()
}
if len(entries) < limit {
break