do not mute logs of subcontainer launch dummy (#2781)

This commit is contained in:
Aiden McClelland
2024-11-08 12:39:02 -07:00
committed by GitHub
parent 279c7324c4
commit 25e38bfc98

View File

@@ -57,7 +57,7 @@ export class SubContainer implements ExecSpawnable {
this.leaderExited = false
this.leader = cp.spawn("start-cli", ["subcontainer", "launch", rootfs], {
killSignal: "SIGKILL",
stdio: "ignore",
stdio: "inherit",
})
this.leader.on("exit", () => {
this.leaderExited = true