1
0
Fork 0
mirror of synced 2024-05-17 19:03:08 +12:00
This commit is contained in:
Rafał Mikrut 2023-10-15 21:20:20 +02:00
parent 4b50cb29d8
commit a760d11695

View file

@ -110,6 +110,7 @@ impl Directories {
}
fn canonicalize_and_clear_path(directory: &Path, is_excluded: bool) -> (Option<PathBuf>, Messages) {
dbg!("Testing", &directory);
let mut messages = Messages::new();
let mut directory = directory.to_path_buf();
if !directory.exists() {