Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 385 Bytes

File metadata and controls

7 lines (5 loc) · 385 Bytes
@cloudflare/format-errors patch

Fix error formatting to reliably return fallback responses on failure

Previously, if something went wrong while formatting a pretty error page, the failure could go unhandled, resulting in no response being returned to the user. Now, errors during formatting are properly caught, ensuring users always receive a 500 JSON fallback response.