This commit is contained in:
weisd
2025-04-28 13:16:11 +08:00
parent 68a89d59e5
commit 750194e4dc
10 changed files with 130 additions and 76 deletions
+1 -1
View File
@@ -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,