From 8a9355366c0bd9130f6324451f6450b0f9cdce3f Mon Sep 17 00:00:00 2001 From: vaughan99 Date: Wed, 28 Oct 2015 00:14:48 -0500 Subject: [PATCH] Update consolidate.js --- lib/consolidate.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/consolidate.js b/lib/consolidate.js index c7b46be..e88bf28 100644 --- a/lib/consolidate.js +++ b/lib/consolidate.js @@ -46,6 +46,7 @@ var requires = {}; */ exports.clearCache = function(){ + readCache = {}; cacheStore = {}; };