[ci] format

This commit is contained in:
natemoo-re 2022-08-03 19:06:40 +00:00 committed by fredkbot
parent ec5518fe30
commit 7bc75a03a7

View file

@ -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 }));