Skip to content

Commit 80137f2

Browse files
committed
this seems needless
1 parent 158a242 commit 80137f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ export function get(signal) {
782782
// Used when mapping state between special blocks like `each`
783783
if (signal.debug) {
784784
signal.debug();
785-
} else if (signal.created) {
785+
} else {
786786
var trace = get_stack('TracedAt');
787787

788788
if (trace) {

0 commit comments

Comments
 (0)