summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/src/vite-plugin-astro/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/vite-plugin-astro/index.ts b/packages/astro/src/vite-plugin-astro/index.ts
index 484949823..94f171c86 100644
--- a/packages/astro/src/vite-plugin-astro/index.ts
+++ b/packages/astro/src/vite-plugin-astro/index.ts
@@ -121,7 +121,7 @@ export default function astro({ config, logging }: AstroPluginOptions): vite.Plu
a GitHub issue using the link below:
${err.url}`;
- if(logging.level !== 'debug') {
+ if (logging.level !== 'debug') {
// TODO: remove stack replacement when compiler throws better errors
err.stack = ` at ${id}`;
}