mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-11 17:46:41 -05:00
Add log
This commit is contained in:
@@ -89,7 +89,7 @@ pub async fn fill_pool_from_files(
|
||||
args.push(p);
|
||||
}
|
||||
|
||||
info!("Invoking protoc with {}", args.join("\n "));
|
||||
info!("Invoking protoc with {}", args.join(" "));
|
||||
|
||||
let out = app_handle
|
||||
.shell()
|
||||
|
||||
Reference in New Issue
Block a user