We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a2d59 commit 3df3023Copy full SHA for 3df3023
lib/wrappers/file-system.ts
@@ -37,7 +37,6 @@ export class FileSystem {
37
const outfile = fs.createWriteStream(filePath);
38
stream.once('end', () => {
39
zipFile.readEntry();
40
- outfile.close();
41
});
42
stream.pipe(outfile);
43
0 commit comments