0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00
astro/.changeset/olive-sloths-brush.md
Arsh 48f47b50a0
fix(node): prevent crash on stream error (#9533)
* fix(node): prevent crash on stream error

* add changeset

* Apply suggestions from code review
2023-12-29 21:17:52 +05:30

5 lines
102 B
Markdown

---
'@astrojs/node': patch
---
Fixes a bug where an error while serving response stopped the server.