debug str
This commit is contained in:
parent
955f6e302f
commit
f2dceef1a3
@ -61,7 +61,7 @@ async fn main() {
|
|||||||
let args = Args::parse();
|
let args = Args::parse();
|
||||||
|
|
||||||
if !args.root.is_dir() {
|
if !args.root.is_dir() {
|
||||||
eprintln!("Root is not a directory");
|
eprintln!("Root {root} is not a directory", root = args.root.display());
|
||||||
std::process::exit(1);
|
std::process::exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user