mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-25 02:57:46 +00:00
parent
f31ee7d308
commit
ace2b24960
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ pub fn all_cheat_files(path_str: &str) -> Vec<String> {
|
|||
};
|
||||
|
||||
WalkDir::new(&path_str)
|
||||
.follow_links(true)
|
||||
.into_iter()
|
||||
.filter_map(|e| e.ok())
|
||||
.map(|e| e.path().to_str().unwrap_or("").to_string())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue