Skip to content

Commit 00af18d

Browse files
committed
docs: update wrangler error screen changelog
1 parent ea1ca41 commit 00af18d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/changelog/workers/2025-08-19-improved-wrangler-error-screen.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ date: 2025-08-19
88

99
Wrangler's error screen has received several improvements to enhance your debugging experience!
1010

11-
The error screen now features a refreshed design with support for both light and dark themes, improved source map resolution logic that handles missing source files more reliably, and better error cause display.
11+
The error screen now features a refreshed design[^1] with support for both light and dark themes, improved source map resolution logic that handles missing source files more reliably, and better error cause display.
1212

1313
| Before | After (Light) | After (Dark) |
1414
|--------|---------------|--------------|
1515
| ![Old error screen](../../../assets/images/workers/changelog/old-error-screen.png) | ![New light theme error screen](../../../assets/images/workers/changelog/new-error-screen-light.png) | ![New dark theme error screen](../../../assets/images/workers/changelog/new-error-screen-dark.png) |
1616

1717
Try it out now with `npx wrangler@latest dev` in your Workers project.
18+
19+
[^1]: Thanks to [Youch](https://github.com/poppinss/youch) for the new design.

0 commit comments

Comments
 (0)