Skip to content

Commit b8ad73f

Browse files
committed
add some logging
1 parent e862e5e commit b8ad73f

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +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);
99100
if (updating) return;
100101
updating = true;
101102
path = new_path;

0 commit comments

Comments
 (0)