Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
fix(verify): tiny typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Feb 27, 2017
1 parent 3375133 commit db22d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/verify.js
Expand Up @@ -73,7 +73,7 @@ function tidyIndex (cache, opts) {
var content = path.join(cache, 'content', entries[key].digest)
return fs.statAsync(content).catch(err => {
if (err.code === 'ENOENT') {
stats.entriesRemoves++
stats.entriesRemoved++
return stats
}
}).then(() => {
Expand Down

0 comments on commit db22d05

Please sign in to comment.