sindresorhus/fkill

Kill tree (all sub-processes)

Offen

#21 geöffnet am 17.09.2017

 (7 Kommentare) (7 Reaktionen) (0 zugewiesene Personen)JavaScript (76 Forks)user submission
:dollar: Funded on Issuehuntenhancementhelp wanted

Repository-Metriken

Stars
 (794 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Typical use case is starting a process with multiple sub-processes and then wanting to killing them all:

const child = require('child_process').exec("node -e 'while (true);'");
child.kill(); // will not work

It's been implemented for Windows in https://github.com/sindresorhus/fkill/pull/20, would be nice to have this functionality cross-platform.


Backers (Total: $40.00)

Submitted pull Requests


Become a backer now!

Or submit a pull request to get the deposits!

Tips

Contributor Guide