Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 00f23af

Browse files
committedMay 15, 2023

File tree

1 file changed

+1
-0
lines changed
  • packages/miniflare/src/plugins/core/errors

1 file changed

+1
-0
lines changed
 

‎packages/miniflare/src/plugins/core/errors/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ export async function handlePrettyErrorRequest(
290290
].join("");
291291
});
292292
return new Response(await youch.toHTML(), {
293+
status: 500,
293294
headers: { "Content-Type": "text/html;charset=utf-8" },
294295
});
295296
}

0 commit comments

Comments
 (0)
This repository has been archived.