Skip to content

Commit e4db806

Browse files
committed
refactor: use stdio correctly in wrapper
1 parent 18ace7b commit e4db806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/wrapper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ export class ParentProcess extends Process {
314314
CODE_SERVER_PARENT_PID: process.pid.toString(),
315315
NODE_OPTIONS: `--max-old-space-size=2048 ${process.env.NODE_OPTIONS || ""}`,
316316
},
317-
stdio: ["ipc"],
317+
stdio: ["inherit", "pipe", "pipe", "ipc"],
318318
})
319319
}
320320

0 commit comments

Comments
 (0)