We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27bcfab commit aab9017Copy full SHA for aab9017
src/java/io/bazel/rulesscala/scalac/ScalacInvoker.java
@@ -32,6 +32,8 @@ public static ScalacInvokerResults invokeCompiler(CompileOptions ops, String[] c
32
} else {
33
throw ex;
34
}
35
+ } finally {
36
+ comp.close();
37
38
39
results.stopTime = System.currentTimeMillis();
0 commit comments