mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-08 19:12:22 +00:00
fix(e2e): reap exited gateway process groups
This commit is contained in:
@@ -813,7 +813,7 @@ function waitForOutput(
|
||||
}
|
||||
|
||||
function killTree(child: ChildProcess | undefined) {
|
||||
if (!child || child.killed || child.exitCode !== null) {
|
||||
if (!child) {
|
||||
return;
|
||||
}
|
||||
if (!child.pid) {
|
||||
|
||||
Reference in New Issue
Block a user