mirror of
https://github.com/withastro/astro.git
synced 2025-02-24 22:46:02 -05:00
* fix: make semicolon optional when detecting `prerender` option * trim to remove possible carriage return * Apply suggestions from code review Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
158 B
158 B
astro |
---|
patch |
Fixes a case where omitting a semicolon and line ending with carriage return - CRLF - in the prerender
option could throw an error.