diff --git a/desktop/src/main/stream.ts b/desktop/src/main/stream.ts index 30aebaa9daba48d555051d50fadb4091e005018e..74f6d428c30040af1c0e515c736f472b86ce4b1c 100644 --- a/desktop/src/main/stream.ts +++ b/desktop/src/main/stream.ts @@ -117,7 +117,6 @@ const handleReadZip = async (zipPath: string, entryName: string) => { webReadableStreamAny as ReadableStream; // Close the zip handle when the underlying stream closes. - // TODO(MR): Verify stream.on("end", () => void zip.close()); return new Response(webReadableStream, {