Fix panicking handling file without extension
This commit is contained in:
parent
0e0cd244f3
commit
ffcc455ed5
|
@ -283,7 +283,7 @@ fn is_temp_file(path: &Path) -> bool {
|
|||
}
|
||||
},
|
||||
None => {
|
||||
path.ends_with(".DS_STORE")
|
||||
true
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue