We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e39251 commit 4a0606aCopy full SHA for 4a0606a
compiler/src/dotty/tools/backend/jvm/GenBCode.scala
@@ -72,7 +72,7 @@ class GenBCode extends Phase {
72
override def runOn(units: List[CompilationUnit])(implicit ctx: Context) = {
73
try super.runOn(units)
74
finally if (jarFS ne null) {
75
- try { jarFS.close() } catch { case _: Throwable => }
+ jarFS.close()
76
jarFS = null
77
}
78
0 commit comments