We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348c694 commit a59020aCopy full SHA for a59020a
compiler/src/dotty/tools/backend/jvm/GenBCode.scala
@@ -64,7 +64,7 @@ class GenBCode extends Phase {
64
override def runOn(units: List[CompilationUnit])(implicit ctx: Context) = {
65
try super.runOn(units)
66
finally if (jarFs ne null) {
67
- try { jarFs.close() } catch { case _: Throwable => }
+ jarFs.close()
68
jarFs = null
69
}
70
0 commit comments