better debug messages in file validator
This commit is contained in:
parent
85318706fc
commit
c7b35f2b44
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue