mirror of https://github.com/garrytan/gstack.git
On Windows the browse server always runs under Node via server-node.mjs + bun-polyfill.cjs (the Bun path cannot drive Playwright Chromium). The polyfill forwarded only stdio/env/cwd to child_process, dropping windowsHide — and node defaults it to false, so every subprocess the console-less daemon spawned (terminal-agent respawns via the v1.44 watchdog, tasklist probes, git, icacls) flashed a visible console window. Pass windowsHide: true unconditionally and forward detached so daemon children behave as the Bun-runtime call sites intend. Static tripwire test pins both spawn paths; call-site fixes like the one proposed in #2019 are no longer silently swallowed on the node path. Fixes the flashing-bun.exe-windows symptom in #2151. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| bin | ||
| scripts | ||
| src | ||
| test | ||
| PLAN-snapshot-dropdown-interactive.md | ||
| SKILL.md | ||
| SKILL.md.tmpl | ||