pull/1096/head
Rafał Mikrut 8 months ago
parent 4b50cb29d8
commit a760d11695

@ -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() {

Loading…
Cancel
Save