This commit is contained in:
Gregory Schier
2025-07-05 16:00:46 -07:00
parent 4f0f60cb99
commit 77d2edd947

View File

@@ -89,7 +89,7 @@ pub async fn fill_pool_from_files(
args.push(p); args.push(p);
} }
info!("Invoking protoc with {}", args.join("\n ")); info!("Invoking protoc with {}", args.join(" "));
let out = app_handle let out = app_handle
.shell() .shell()