[ci] format
This commit is contained in:
parent
ec5518fe30
commit
7bc75a03a7
1 changed files with 1 additions and 1 deletions
|
@ -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'));
|
const isSelfAccepting = mods.every((m) => m.isSelfAccepting || m.url.endsWith('.svelte'));
|
||||||
if (isSelfAccepting) {
|
if (isSelfAccepting) {
|
||||||
info(logging, 'astro', msg.hmr({ file }));
|
info(logging, 'astro', msg.hmr({ file }));
|
||||||
|
|
Loading…
Reference in a new issue