Skip to content

Commit

Permalink
Bump cache version to reset paths on upgrade
Browse files Browse the repository at this point in the history
This attempts to remedy the path-caching bug reported by #750, which may
(or may not) have been solved by 1fa0062.
  • Loading branch information
Alhadis committed Aug 12, 2018
1 parent 830d731 commit edee7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const LRUCache = require("lru-cache");

const isWin = "\\" === sep;
const MAX_SIZE = 10000;
const version = 0x004;
const version = 0x005;
let locked = false;
let data = null;

Expand Down

0 comments on commit edee7e5

Please sign in to comment.