Skip to content

Commit 446ffc2

Browse files
committed
tweak
1 parent 82a63f2 commit 446ffc2

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/internal/client/dom/blocks

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/dom/blocks/await.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function await_block(node, get_input, pending_fn, then_fn, catch_fn) {
4949
var destroyed = false;
5050

5151
/** Whether or not there was a hydration mismatch. Needs to be a `let` or else it isn't treeshaken out */
52-
// @ts-ignore coercing `anchor` to a `Comment` causes TypeScript and Prettier to fight
52+
// @ts-ignore coercing `node` to a `Comment` causes TypeScript and Prettier to fight
5353
let mismatch = hydrating && is_promise(input) === (node.data === HYDRATION_START_ELSE);
5454

5555
if (mismatch) {

0 commit comments

Comments
 (0)