Skip to content

Commit

Permalink
Merge branch 'fix3400/log-export-oom' of https://github.com/burningtn…
Browse files Browse the repository at this point in the history
…t/HMCL into prs
  • Loading branch information
burningtnt committed Nov 17, 2024
2 parents 65ec005 + b653234 commit 3fcabe6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ public static void filter(String[] accessTokens, Reader reader, Writer out) thro
try (Reader r1 = Files.newBufferedReader(t1, StandardCharsets.UTF_8)) {
filter(accessTokens[accessTokens.length - 1], r1, out, buffer);
}

Files.delete(t1);
Files.delete(t2);
}

for (String token : accessTokens) {
Expand Down

0 comments on commit 3fcabe6

Please sign in to comment.