Skip to content

Commit 70d4a3d

Browse files
committed
silence warning
1 parent 06d2886 commit 70d4a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/utils/builders.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ export function unthunk(expression) {
438438
let has_await = false;
439439

440440
walk(expression.body.argument, null, {
441-
AwaitExpression(node, context) {
441+
AwaitExpression(_node, context) {
442442
has_await = true;
443443
context.stop();
444444
}

0 commit comments

Comments
 (0)