summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar tony-sull <tony-sull@users.noreply.github.com> 2022-04-06 15:34:09 +0000
committerGravatar GitHub Actions <actions@github.com> 2022-04-06 15:34:09 +0000
commit3bf5d840161366225165fd946e06e9410e00d02d (patch)
tree92e86f26dd5196c8016016966004b5b61f691e9d
parent9724d844b32fb30c91ec3d060421bbb0cc36428a (diff)
downloadastro-3bf5d840161366225165fd946e06e9410e00d02d.tar.gz
astro-3bf5d840161366225165fd946e06e9410e00d02d.tar.zst
astro-3bf5d840161366225165fd946e06e9410e00d02d.zip
[ci] format
-rw-r--r--packages/astro/src/core/preview/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/core/preview/index.ts b/packages/astro/src/core/preview/index.ts
index 9040e6581..e3303ec8e 100644
--- a/packages/astro/src/core/preview/index.ts
+++ b/packages/astro/src/core/preview/index.ts
@@ -139,7 +139,7 @@ export default async function preview(
return new Promise<void>((resolve, reject) => {
httpServer!.addListener('close', resolve);
httpServer!.addListener('error', reject);
- })
+ });
}
return {