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

[ci] format

This commit is contained in:
Princesseuh 2023-01-31 09:14:52 +00:00 committed by fredkbot
parent 9793f19ecd
commit 66677defea
2 changed files with 11 additions and 11 deletions

View file

@ -175,7 +175,7 @@ export async function getViteErrorPayload(err: ErrorWithMetadata): Promise<Astro
},
plugin,
stack: err.stack,
cause: err.cause
cause: err.cause,
},
};