Skip to content

Commit cb6c018

Browse files
committed
more
1 parent 713ae9e commit cb6c018

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export function proxy(value) {
9696
let updating = false;
9797
/** @param {string} new_path */
9898
function update_path(new_path) {
99-
console.log({new_path});
99+
console.log({ new_path, updating, stack: new Error().stack });
100100
if (updating) return;
101101
updating = true;
102102
path = new_path;

0 commit comments

Comments
 (0)