summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-03-08 10:13:13 -0500
committerGitHub <noreply@github.com>2023-03-08 15:13:13 +0000
commit88b5fd90880b78498d0bbbdec6342b3db5887ef1 (patch)
treef3c0e4b99d3253c30c9a6f9625c7ac926d0b83c9 /Cargo.lock
parent72fe9bb47005e720444e65a66e91559287137780 (diff)
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
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index adf3706b7..2d16aa88c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -850,6 +850,7 @@ dependencies = [
"fancy-regex",
"flaky_test",
"flate2",
+ "fs3",
"fwdansi",
"glibc_version",
"http",