Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKamaev committed Aug 5, 2019
1 parent 982d567 commit 87f6ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/live/file-watcher/modules-graph.js
Expand Up @@ -57,7 +57,7 @@ export default class ModulesGraph {
if (!cache[node])
return;

cache[node] = void 0;
delete cache[node];

const parentEdges = this.graph.inEdges(node);

Expand Down

0 comments on commit 87f6ea2

Please sign in to comment.