We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ad73f commit 713ae9eCopy full SHA for 713ae9e
packages/svelte/src/internal/client/proxy.js
@@ -96,7 +96,7 @@ export function proxy(value) {
96
let updating = false;
97
/** @param {string} new_path */
98
function update_path(new_path) {
99
- console.log(new_path);
+ console.log({new_path});
100
if (updating) return;
101
updating = true;
102
path = new_path;
0 commit comments