Skip to content

Commit

Permalink
GC file cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Jun 30, 2024
1 parent 87ef80e commit 154e811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class CoverageReport {
}

// GC, no OOM
this.fileCache = [];
this.fileCache.clear();

const { dataList, sourceCache } = inputData;

Expand Down

0 comments on commit 154e811

Please sign in to comment.