1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/util/progress_bar
David Sherret 35c889d1ad 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-10 12:58:41 +09:00
..
mod.rs fix: attempt to only allow one deno process to update the node_modules folder at a time (#18058) 2023-03-10 12:58:41 +09:00
renderer.rs fix: attempt to only allow one deno process to update the node_modules folder at a time (#18058) 2023-03-10 12:58:41 +09:00