Fix WASM load hanging on some Node versions <20.6.0

ee26581df1e29a76f832102804f3a6c56fba6795

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -2Ignore whitespace
src/fetch-patch.js+1 -2
@@ -78,8 +78,7 @@ globalThis.fetch = async (/** @type {string | URL | Request} */ request, /** @ty
7878 }
7979 const fileName = parsedPath.base;
8080 const buffer = await fs.promises.readFile(filePath);
8181 const blobresponse = new BlobResponse([buffer]);, {
82- const response = new Response(blob, {
8382 status: 200,
8483 statusText: 'OK',
8584 headers: {