WIP
This commit is contained in:
parent
2484b1e8f0
commit
d3eaa24e70
@ -179,7 +179,6 @@ impl FileSearchPlugin {
|
||||
println!("Sup");
|
||||
|
||||
for path in &self.search_paths {
|
||||
println!("Scanning: {}", path.display());
|
||||
let walker = WalkDir::new(path).into_iter();
|
||||
for entry in walker
|
||||
.filter_entry(|e| {
|
||||
|
Loading…
x
Reference in New Issue
Block a user