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 70962e5 commit b6a4afdCopy full SHA for b6a4afd
packages/svelte/src/internal/client/runtime.js
@@ -778,7 +778,7 @@ export function get(signal) {
778
tracing_expressions.entries.set(signal, entry);
779
}
780
781
- var last = entry.traces.at(-1);
+ var last = entry.traces[entry.traces.length - 1];
782
783
// traces can be duplicated, e.g. by `snapshot` invoking both
784
// both `getOwnPropertyDescriptor` and `get` traps at once
0 commit comments