Skip to content

Commit

Permalink
Better command line output
Browse files Browse the repository at this point in the history
  • Loading branch information
NeRdTheNed committed Aug 15, 2023
1 parent 73407f2 commit 1d5a99f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ public Integer call() throws Exception {
continue;
}

System.out.println("Optimising file " + overwriteInput);

try {
if (!deft.optimiseFile(overwriteInput, overwriteInput, null, false)) {
System.err.println("Error when optimising file " + overwriteInput);
didOpt = false;
}
} catch (final Exception e) {
Expand Down

0 comments on commit 1d5a99f

Please sign in to comment.