Commit 6add0bb
committed
fix(win): ensure Scripts/ dir exists before shim detection on Windows
On CI, managed interpreter Scripts/ dirs don't exist yet when
_collect_all_dispatcher_bin_dirs() runs, causing the daemon to
never spawn. mkdir Scripts/ if missing so shim push works on both
fresh CI environments and existing local installs.1 parent 6f3f836 commit 6add0bb
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
328 | | - | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
329 | 330 | | |
330 | 331 | | |
331 | 332 | | |
| |||
0 commit comments