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 f1bf225 commit af875aeCopy full SHA for af875ae
os/src/ZipOps.scala
@@ -72,7 +72,7 @@ object zip {
72
)
73
} finally opened.close()
74
} else {
75
- val f = new java.io.FileOutputStream(dest.toIO)
+ val f = Files.newOutputStream(dest.toNIO)
76
try createNewZip(
77
sources,
78
excludePatterns,
0 commit comments