Skip to content

Commit

Permalink
Fix caching issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LexManos committed Feb 27, 2024
1 parent badaa05 commit 3edfaec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ public Set<File> process(File librariesDir, File minecraft, File root, File inst
miss = true;
output.file.delete();
}
} else {
miss = true;
}
} catch (IOException e) {
e.printStackTrace();
Expand Down

0 comments on commit 3edfaec

Please sign in to comment.