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

Cancel git operation with CTRL+C signal #536

Closed
wants to merge 18 commits into from

Conversation

maifeeulasad
Copy link
Contributor

closes #524

@maifeeulasad maifeeulasad marked this pull request as draft April 4, 2023 09:48
@maifeeulasad maifeeulasad changed the title WIP: Cancel git operation with CTRL+C signal Cancel git operation with CTRL+C signal Apr 4, 2023
@niik
Copy link
Member

niik commented Oct 17, 2024

This is out of scope for dugite I'm afraid. Try using the processCallback option to get a reference to the ChildProcess which will let you send the signals you'd like directly to the process.

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.

execTask.cancel() doesn't kill the git process properly
2 participants