Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update to latest devtools-frontend #120

Merged
merged 1 commit into from
Nov 15, 2024
Merged

Conversation

nolanlawson
Copy link
Owner

No description provided.

@@ -3232,7 +3185,7 @@ class HeapSnapshot {
let j = 0;
const l = baseIds.length;
const m = indexes.length;
const diff = new Diff(aggregate.name);
const diff = new Diff(aggregate ? aggregate.name : baseAggregate.name);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like it may be designed exactly to mitigate #119.

Related: ChromeDevTools/devtools-frontend@204e831

@nolanlawson nolanlawson merged commit 6eda21b into master Nov 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant