Skip to content

Commit

Permalink
Run reporter.flush in Scala3
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Aug 30, 2024
1 parent 3f0e5ba commit 9f352e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/io/bazel/rulesscala/scalac/ScalacInvoker3.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static ScalacInvokerResults invokeCompiler(CompileOptions ops, String[] c


if (reporter.hasErrors()) {
// reporter.flush();
reporter.flush(ctx);
throw new ScalacWorker.CompilationFailed("with errors.");
}

Expand Down

0 comments on commit 9f352e9

Please sign in to comment.