This commit is contained in:
Gregory Schier
2025-07-05 16:00:20 -07:00
parent dd2b665982
commit 4f0f60cb99

View File

@@ -7,7 +7,7 @@ use std::str::FromStr;
use crate::client::AutoReflectionClient;
use anyhow::anyhow;
use async_recursion::async_recursion;
use log::{debug, warn};
use log::{debug, info, warn};
use prost::Message;
use prost_reflect::{DescriptorPool, MethodDescriptor};
use prost_types::{FileDescriptorProto, FileDescriptorSet};
@@ -89,6 +89,8 @@ pub async fn fill_pool_from_files(
args.push(p);
}
info!("Invoking protoc with {}", args.join("\n "));
let out = app_handle
.shell()
.sidecar("yaakprotoc")