Verified with a console log

This commit is contained in:
Manav Rathi 2024-05-01 10:19:21 +05:30
parent 38969d6f45
commit 15b013ea36
No known key found for this signature in database

View file

@ -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, {