Skip to content

Commit 5884b8f

Browse files
committed
small tweak
1 parent 4ba3853 commit 5884b8f

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/compiler/phases/3-transform/client/transform-template

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/client/transform-template/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function transform_template(state, namespace, flags = 0) {
5656
}
5757

5858
if (dev) {
59-
return b.call(
59+
call = b.call(
6060
'$.add_locations',
6161
call,
6262
b.member(b.id(state.analysis.name), '$.FILENAME', true),

0 commit comments

Comments
 (0)