Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Fixed a silly bug. Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
J. T. L committed Nov 20, 2015
1 parent 86a849f commit 7a64f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -105,7 +105,7 @@ exports.timeBasedWithGrace = function(func, soft, hard) {

if(list) {
for(i = 0; i < list.length; i++) {
list[i](err, result);
list[i](new_err, new_result);
}
}
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cache-helpers",
"version": "1.4.0",
"version": "1.4.1",
"description": "caching convenience functions",
"keywords": [
"caching"
Expand Down

0 comments on commit 7a64f03

Please sign in to comment.