Commit 8288494
fix(server): revert playwright spawn to npx — node cli.js exits immediately on Windows (#124)
Direct node spawn with shell:false does not replicate the Windows console
handle inheritance that cmd.exe provides; playwright exits with no output.
Reverts to npx playwright with shell:true on win32. The non-blocking remote
warmup (the real startup speedup) is preserved.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b705930 commit 8288494
1 file changed
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1137 | 1137 | | |
1138 | 1138 | | |
1139 | 1139 | | |
| 1140 | + | |
1140 | 1141 | | |
1141 | 1142 | | |
1142 | 1143 | | |
| |||
1250 | 1251 | | |
1251 | 1252 | | |
1252 | 1253 | | |
1253 | | - | |
1254 | | - | |
1255 | | - | |
1256 | | - | |
| 1254 | + | |
1257 | 1255 | | |
1258 | 1256 | | |
1259 | | - | |
| 1257 | + | |
1260 | 1258 | | |
1261 | 1259 | | |
1262 | 1260 | | |
| |||
1590 | 1588 | | |
1591 | 1589 | | |
1592 | 1590 | | |
1593 | | - | |
1594 | | - | |
| 1591 | + | |
1595 | 1592 | | |
1596 | 1593 | | |
1597 | | - | |
| 1594 | + | |
1598 | 1595 | | |
1599 | 1596 | | |
1600 | 1597 | | |
| |||
0 commit comments