Commit 485fe1d
committed
fix: skip detached spawn on Windows to prevent stdio hang
detached: true on Windows opens a new console window, breaking stdio
piping so the test never receives the JSON URL from stderr. Only use
detached on Unix where it creates a process group for kill(-pid).
Windows already uses taskkill /t /f for tree cleanup.
Made-with: Cursor1 parent dadfd55 commit 485fe1d
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
0 commit comments