mirror of
https://github.com/Swatinem/rust-cache
synced 2025-04-29 06:35:53 +00:00
parent
6fd3edff69
commit
99229f978c
2 changed files with 24 additions and 0 deletions
|
@ -141,6 +141,7 @@ export class CacheConfig {
|
|||
)),
|
||||
);
|
||||
}
|
||||
keyFiles = keyFiles.filter(file => !fs.statSync(file).isDirectory());
|
||||
keyFiles.sort((a, b) => a.localeCompare(b));
|
||||
|
||||
hasher = crypto.createHash("sha1");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue