summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2022-08-03 19:06:40 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-08-03 19:06:40 +0000
commit7bc75a03a71478b48e6d4be123a76800f7f9c2f5 (patch)
tree8d35977c5d68b3fd9d3cb6345499216c36e60160
parentec5518fe308ffe281b9e92755dec85489a1c1760 (diff)
downloadastro-7bc75a03a71478b48e6d4be123a76800f7f9c2f5.tar.gz
astro-7bc75a03a71478b48e6d4be123a76800f7f9c2f5.tar.zst
astro-7bc75a03a71478b48e6d4be123a76800f7f9c2f5.zip
[ci] format
-rw-r--r--packages/astro/src/vite-plugin-astro/hmr.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/vite-plugin-astro/hmr.ts b/packages/astro/src/vite-plugin-astro/hmr.ts
index 472862344..f44b844f7 100644
--- a/packages/astro/src/vite-plugin-astro/hmr.ts
+++ b/packages/astro/src/vite-plugin-astro/hmr.ts
@@ -147,7 +147,7 @@ export async function handleHotUpdate(
}
}
- // TODO: Svelte files should be marked as `isSelfAccepting` but they don't appear to be
+ // TODO: Svelte files should be marked as `isSelfAccepting` but they don't appear to be
const isSelfAccepting = mods.every((m) => m.isSelfAccepting || m.url.endsWith('.svelte'));
if (isSelfAccepting) {
info(logging, 'astro', msg.hmr({ file }));