add some logging

pull/16622/head
ComputerGuy 3 weeks ago
parent e862e5e044
commit b8ad73faf6

@ -96,6 +96,7 @@ export function proxy(value) {
let updating = false;
/** @param {string} new_path */
function update_path(new_path) {
console.log(new_path);
if (updating) return;
updating = true;
path = new_path;

Loading…
Cancel
Save