Skip to content

Commit 213a1e2

Browse files
authored
Merge pull request #212 from vaughan99/clearCache
Clear the entire cache
2 parents f6b3b0e + 8a93553 commit 213a1e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/consolidate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ var requires = {};
4545
*/
4646

4747
exports.clearCache = function(){
48+
readCache = {};
4849
cacheStore = {};
4950
};
5051

0 commit comments

Comments
 (0)