From f2dceef1a32cbceffba1315123a37ba2ec749d32 Mon Sep 17 00:00:00 2001 From: thek4n Date: Sat, 21 Feb 2026 09:34:33 +0300 Subject: [PATCH] debug str --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index ec4afb3..efe88c9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -61,7 +61,7 @@ async fn main() { let args = Args::parse(); 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); }