Skip to content

Commit 69dd395

Browse files
authored
Merge pull request #768 from makenowjust-labs/inherit-stderr
2 parents d1be04b + 8ac2819 commit 69dd395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/recheck/src/lib/agent.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export async function start(
149149
return await new Promise((resolve, reject) => {
150150
const child = spawn(command, args, {
151151
windowsHide: true,
152-
stdio: ["pipe", "pipe", "ignore"],
152+
stdio: ["pipe", "pipe", "inherit"],
153153
});
154154

155155
const onClose = () => reject(new Error("process is closed"));

0 commit comments

Comments
 (0)