diff --git a/src/rust/file_helper.rs b/src/rust/file_helper.rs index c46dcd2..f84975e 100644 --- a/src/rust/file_helper.rs +++ b/src/rust/file_helper.rs @@ -56,7 +56,7 @@ mod file_helper { match _file_string { None => { let _exists = Path::new(&file.to_string()).exists(); - println!("{} does not exist", file.to_string()); + println!("{} exists? {_exists}", file.to_string()); _exists } Some(file) => {