Archived
1
0

feat: bump ts-node to 9.1.1

This commit is contained in:
Joe Previte
2021-03-29 14:06:11 -07:00
parent e4db80667e
commit df6bfbbeaf
3 changed files with 12 additions and 6 deletions

View File

@ -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"],
})
}