debug str

This commit is contained in:
thek4n 2026-02-21 09:34:33 +03:00
parent 955f6e302f
commit f2dceef1a3

View File

@ -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);
} }