diff options
author | 2021-12-30 14:04:33 +0000 | |
---|---|---|
committer | 2021-12-30 14:04:33 +0000 | |
commit | 9b9d9358401cefb831902147b44b8b77a9d5755e (patch) | |
tree | 80863c01b5a666887ef72a2ade67c94cd8aaa055 | |
parent | 3db2334ea8b0d2e72a70c48273d9c7f6b00d4eb4 (diff) | |
download | astro-9b9d9358401cefb831902147b44b8b77a9d5755e.tar.gz astro-9b9d9358401cefb831902147b44b8b77a9d5755e.tar.zst astro-9b9d9358401cefb831902147b44b8b77a9d5755e.zip |
[ci] yarn format
-rw-r--r-- | packages/astro/src/vite-plugin-astro/index.ts | 2 |
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}`; } |