cache-manager-fs-hash
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -192,2 +192,8 @@ "use strict"; | ||
try { | ||
if (this.options.subdirs) { | ||
//check if the folder exists to fail faster | ||
const dir = path.dirname(filePath); | ||
yield promisify(fs.access)(dir, fs.constants.W_OK); | ||
} | ||
yield this._lock(filePath); | ||
@@ -194,0 +200,0 @@ yield jsonFileStore.delete(filePath); |
{ | ||
"name": "cache-manager-fs-hash", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
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
17148
366