Skip to content

Commit 713ae9e

Browse files
committed
make logging clearer
1 parent b8ad73f commit 713ae9e

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});
100100
if (updating) return;
101101
updating = true;
102102
path = new_path;

0 commit comments

Comments
 (0)