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 cf2a0c4 commit 9e0c007Copy full SHA for 9e0c007
compiler/src/dotty/tools/io/ZipArchive.scala
@@ -157,8 +157,7 @@ final class FileZipArchive(jpath: JPath) extends ZipArchive(jpath) {
157
while (entries.hasMoreElements) {
158
val zipEntry = entries.nextElement
159
val dir = getDir(dirs, zipEntry)
160
- if (zipEntry.isDirectory) dir
161
- else {
+ if (!zipEntry.isDirectory) {
162
val f =
163
if (ZipArchive.closeZipFile)
164
new LazyEntry(
0 commit comments