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(inspector): kill child process after test #8986

Merged
merged 2 commits into from
Jan 4, 2021

Conversation

bnoordhuis
Copy link
Contributor

@bnoordhuis bnoordhuis commented Jan 4, 2021

The child process kept running and printing "hello" to stdout.

This commit also removes the dependency on reqwest and instead
switches to the re-export from the fetch crate.

Refs commit 1a2e774.

Closes #8979

cc @lucacasonato @lperlaki

The child process kept running and printing "hello" to stdout.

This commit also removes the dependency on reqwest and instead
switches to the re-export from the fetch crate.

Brings back commit 1a2e774.
@bnoordhuis
Copy link
Contributor Author

Groan... 379eedc was merged just before I opened this PR. Rebased.

@bartlomieju
Copy link
Member

Groan... 379eedc was merged just before I opened this PR. Rebased.

Yikes sorry for that... So this PR closes #8979

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

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

LGTM

@bartlomieju bartlomieju merged commit 20babd9 into denoland:master Jan 4, 2021
@bnoordhuis bnoordhuis deleted the fix-pr8894 branch January 4, 2021 23:19
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.

Reland #8894
2 participants