Files
pnpm/exec
Zoltan Kochan 379060962c fix: recover from parallel dlx install failures using completed cache (#11149)
When parallel dlx processes install the same package, the shared global
virtual store can cause spurious failures (e.g. ENOENT from concurrent
directory swaps). Instead of crashing, check if another parallel process
has completed and populated the dlx cache in the meantime, and use that.
2026-03-30 15:59:13 +02:00
..