diff --git a/desktop/src/main/stream.ts b/desktop/src/main/stream.ts index 30aebaa9d..74f6d428c 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, {