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

cli: stop treating chrome launcher kill() as async #15998

Merged
merged 4 commits into from
May 14, 2024
Merged

Conversation

connorjclark
Copy link
Collaborator

since GoogleChrome/chrome-launcher#268 kill() is sync. so the timeout thing we are doing (which only really did anything on windows when we waited for taskkill to finish - otherwise sending a kill signal is instant) is no longer needed.

@connorjclark connorjclark requested a review from a team as a code owner May 13, 2024 21:33
@connorjclark connorjclark requested review from adamraine and removed request for a team May 13, 2024 21:33
cli/run.js Outdated Show resolved Hide resolved
cli/run.js Outdated Show resolved Hide resolved
@connorjclark connorjclark merged commit 74294b1 into main May 14, 2024
27 checks passed
@connorjclark connorjclark deleted the kill-sync branch May 14, 2024 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants