mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 01:09:23 +00:00
test
This commit is contained in:
@@ -867,7 +867,7 @@ impl FolderScanner {
|
||||
// return;
|
||||
// }
|
||||
let entry = match entries.resolve(resolver_partial) {
|
||||
Ok(Some(entry)) => entry,
|
||||
Some(entry) => entry,
|
||||
_ => match entries.first_found() {
|
||||
(Some(entry), _) => entry,
|
||||
_ => return,
|
||||
|
||||
Reference in New Issue
Block a user