Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Aug 24, 2022
1 parent 60ebec5 commit 66871a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/kit/src/utils/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ export function make_trackable(url, callback) {
get() {
callback();
return value;
}
},

enumerable: true,
configurable: true
});
}

Expand Down

0 comments on commit 66871a6

Please sign in to comment.