mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
do not mute logs of subcontainer launch dummy (#2781)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user