Skip to content

Commit

Permalink
Compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Jun 26, 2024
1 parent 443b22e commit 774754f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9286,7 +9286,7 @@ else if (uc.getValueReference().hasIdentifier()) {
Files.copy(in, Paths.get(flagFile.getAbsolutePath()));
} catch (Exception e2) {
ignoreFlags.add(code);
System.out.println("Unable to access " + url + " or " + url2+" ("+e.getMessage()+", "+e2.getMessage()+")");
System.out.println("Unable to access " + url2 + " or " + url2+" ("+e2.getMessage()+")");
}
}
if (flagFile.exists()) {
Expand Down

0 comments on commit 774754f

Please sign in to comment.