Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
ignore weird cases
Browse files Browse the repository at this point in the history
  • Loading branch information
montyanderson committed Apr 25, 2019
1 parent 4cb5832 commit dd7ffd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cache.js
Expand Up @@ -127,6 +127,7 @@ module.exports = class Cache {

i += size;
} catch (error) {
/* istanbul ignore next */
debug('failed to delete file to make space', hash, overflow);
}
}
Expand Down

0 comments on commit dd7ffd6

Please sign in to comment.