Skip to content

Commit

Permalink
do not mute logs of subcontainer launch dummy (#2781)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bonez authored Nov 8, 2024
1 parent 279c732 commit 25e38bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/package/lib/util/SubContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25e38bf

Please sign in to comment.