mirror of https://github.com/openclaw/openclaw.git
The supervisor's child adapter always spawned with `detached: true`,
which creates a new process group. On Windows Scheduled Tasks (headless,
no console), this prevents stdout/stderr pipes from properly connecting,
causing all exec tool output to silently disappear.
The old exec path (pre-supervisor refactor) never used `detached: true`.
The regression was introduced in
|
||
|---|---|---|
| .. | ||
| supervisor | ||
| child-process-bridge.test.ts | ||
| child-process-bridge.ts | ||
| command-queue.test.ts | ||
| command-queue.ts | ||
| exec.test.ts | ||
| exec.ts | ||
| kill-tree.ts | ||
| lanes.ts | ||
| restart-recovery.ts | ||
| spawn-utils.test.ts | ||
| spawn-utils.ts | ||