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(spin): interrupt child process on ctrl+c #732

Merged
merged 2 commits into from
Nov 27, 2024
Merged

fix(spin): interrupt child process on ctrl+c #732

merged 2 commits into from
Nov 27, 2024

Conversation

caarlos0
Copy link
Member

This will send a SIGINT to the child process when ctrl+c is pressed.

closes #730

This will send a SIGINT to the child process when ctrl+c is pressed.

closes #730
@caarlos0 caarlos0 merged commit c3e836f into main Nov 27, 2024
14 checks passed
@caarlos0 caarlos0 deleted the spin-abort2 branch November 27, 2024 17:58
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.

Forward signals to child processes
1 participant