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 start-paused issue with inspector tab #4527

Merged
merged 1 commit into from Sep 27, 2022

Conversation

CoderDake
Copy link
Contributor

@CoderDake CoderDake commented Sep 26, 2022


Fixes #2081

The inspector tab was having issues cleaning up if a client was never added.

I've added a fail safe to the removal code to make it safe to call even when there is nothing to remove.

@CoderDake CoderDake merged commit b2b6c61 into flutter:master Sep 27, 2022
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.

Fix inspector to become alive when application resumes from a --start-paused.
2 participants