Skip to content

Commit

Permalink
ignore request cache cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Aug 18, 2017
1 parent a869747 commit a4df5ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ let utils = {
},

clearRequireCache(filename) {
/* istanbul ignore next */
Object.keys(require.cache).forEach(function(key) {
if (key == filename) {
delete require.cache[key];
Expand Down

0 comments on commit a4df5ab

Please sign in to comment.