Skip to content

Commit 861dc5a

Browse files
jsjoeiocode-asher
andauthored
refactor: update src/node/wrapper.ts
Use `inherit` so we can get rid of the manual `pipe` calls Co-authored-by: Asher <[email protected]>
1 parent 375de01 commit 861dc5a

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: ["inherit", "pipe", "pipe", "ipc"],
317+
stdio: ["inherit", "inherit", "inherit", "ipc"],
318318
})
319319
}
320320

0 commit comments

Comments
 (0)