Commit 91c13a2
committed
Fix vendor.cmd to continue on transient failures
The Windows vendor.cmd script now continues vendoring remaining
entrypoints when one fails, matching the Linux vendor.sh behavior
which uses set +e to allow errors.
This prevents configure.cmd from stopping on transient external
errors like skypack 500 responses.1 parent 195d0b1 commit 91c13a2
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments