This repository was archived by the owner on Aug 11, 2022. It is now read-only.
Commit 5c0e4c4
cache: ignore failures replacing package.json
writeFileAtomic is not atomic in Windows, it fails if the file is
being accessed concurrently.
Fixes: #7885
Fixes: #9696
PR-URL: #10940
Credit: @orangemocha1 parent 2c44d8d commit 5c0e4c4
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
| 340 | + | |
340 | 341 | | |
341 | 342 | | |
342 | 343 | | |
| |||
347 | 348 | | |
348 | 349 | | |
349 | 350 | | |
350 | | - | |
| 351 | + | |
351 | 352 | | |
352 | 353 | | |
353 | 354 | | |
0 commit comments