feat: bump ts-node to 9.1.1
This commit is contained in:
@ -314,7 +314,7 @@ export class ParentProcess extends Process {
|
||||
CODE_SERVER_PARENT_PID: process.pid.toString(),
|
||||
NODE_OPTIONS: `--max-old-space-size=2048 ${process.env.NODE_OPTIONS || ""}`,
|
||||
},
|
||||
stdio: ["inherit", "pipe", "pipe", "ipc"],
|
||||
stdio: ["inherit", "inherit", "inherit", "ipc"],
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user