1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-04 08:54:20 -05:00
denoland-deno/cli/util/progress_bar
David Sherret 88b5fd9088
fix: attempt to only allow one deno process to update the node_modules folder at a time (#18058)
This is implemented in such a way that it should still allow processes
to go through when a file lock wasn't properly cleaned up and the OS
hasn't released it yet (but with a 200ms-ish delay).

Closes #18039
2023-03-08 15:13:13 +00:00
..
mod.rs fix: attempt to only allow one deno process to update the node_modules folder at a time (#18058) 2023-03-08 15:13:13 +00:00
renderer.rs fix: attempt to only allow one deno process to update the node_modules folder at a time (#18058) 2023-03-08 15:13:13 +00:00