Verified with a console log
This commit is contained in:
parent
38969d6f45
commit
15b013ea36
1 changed files with 0 additions and 1 deletions
|
@ -117,7 +117,6 @@ const handleReadZip = async (zipPath: string, entryName: string) => {
|
|||
webReadableStreamAny as ReadableStream<Uint8Array>;
|
||||
|
||||
// Close the zip handle when the underlying stream closes.
|
||||
// TODO(MR): Verify
|
||||
stream.on("end", () => void zip.close());
|
||||
|
||||
return new Response(webReadableStream, {
|
||||
|
|
Loading…
Add table
Reference in a new issue