log path if file doesnt exist

This commit is contained in:
Johannes Kirschbauer 2023-12-13 13:56:12 +01:00 committed by Johannes Kirschbauer
parent d4b799d1b1
commit a7f5f09bc0

View File

@ -165,7 +165,7 @@ impl<'a> Files for Pasta {
}
},
Err(e) => {
println!("Could not read input file: {}", e.to_string());
println!("Could not read input file: {:?} {}", path, e.to_string());
exit(1);
}
}