Commit 8250ab7
committed
debug(sea-builder): add diagnostic output for postject resolution
Add detailed error logging to diagnose why postject is not being found
on Windows CI runners despite being in devDependencies. This will help
identify whether it's a PATH issue, installation issue, or pnpm exec
resolution problem.
Logs include:
- Error message from spawn
- Platform and CWD
- Existence checks for postject in various node_modules paths1 parent 9311eb6 commit 8250ab7
1 file changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | | - | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
350 | 369 | | |
351 | 370 | | |
352 | 371 | | |
| |||
0 commit comments