fix: flag out uncompilable bit in windows (#4068)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
This commit is contained in:
@@ -109,6 +109,7 @@ async fn child_process_client(
|
|||||||
mut command: Command,
|
mut command: Command,
|
||||||
timeout: &Option<u64>,
|
timeout: &Option<u64>,
|
||||||
) -> ExtensionResult<McpClient> {
|
) -> ExtensionResult<McpClient> {
|
||||||
|
#[cfg(unix)]
|
||||||
command.process_group(0);
|
command.process_group(0);
|
||||||
let (transport, mut stderr) = TokioChildProcess::builder(command)
|
let (transport, mut stderr) = TokioChildProcess::builder(command)
|
||||||
.stderr(Stdio::piped())
|
.stderr(Stdio::piped())
|
||||||
|
|||||||
Reference in New Issue
Block a user