fix(codex): reap sandbox process trees before termination (#125908)

This commit is contained in:
Peter Steinberger
2026-08-18 10:48:10 -07:00
committed by GitHub
parent fd216cb550
commit fd8326c5bf
9 changed files with 628 additions and 152 deletions
+1
View File
@@ -12,4 +12,5 @@ export {
} from "../process/exec.js";
export { prepareOomScoreAdjustedSpawn } from "../process/linux-oom-score.js";
export type { OomScoreAdjustedSpawn, OomWrapOptions } from "../process/linux-oom-score.js";
export { killProcessTree } from "../process/kill-tree.js";
export { isPidAlive } from "../shared/pid-alive.js";