diff --git a/packages/rust/src/utils/cargo.ts b/packages/rust/src/utils/cargo.ts index d919b8e..7454610 100644 --- a/packages/rust/src/utils/cargo.ts +++ b/packages/rust/src/utils/cargo.ts @@ -32,7 +32,7 @@ export function cargoRunCommand( childProcess = spawn('cargo', [...args, '--color', 'always'], { cwd: process.cwd(), windowsHide: true, - detached: true, + detached: false, shell: false, stdio: ['inherit', 'inherit', 'inherit'], });