0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

[ci] format

This commit is contained in:
Emanuele Stoppa 2024-01-31 13:56:11 +00:00 committed by astrobot-houston
parent 041fdd5c89
commit cddbec4619
2 changed files with 4 additions and 4 deletions

View file

@ -439,7 +439,7 @@ function getInvalidRouteSegmentError(
route.route,
JSON.stringify(invalidParam),
JSON.stringify(received)
)
)
: `Generated path for ${route.route} is invalid.`,
hint,
});