rwlockfile
Advanced tools
Comparing version 2.0.22 to 2.0.23
@@ -264,3 +264,3 @@ "use strict"; | ||
} | ||
async tryLock(type, reason, inc = false) { | ||
async tryLock(type, reason, inc = true) { | ||
if (this.count[type]) { | ||
@@ -267,0 +267,0 @@ if (inc) |
{ | ||
"name": "rwlockfile", | ||
"description": "lockfile utility with reader/writers", | ||
"version": "2.0.22", | ||
"version": "2.0.23", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/jdxcode/rwlockfile/issues", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35384