/tree-kill-sync

synchronous tree-kill

Primary LanguageJavaScriptMIT LicenseMIT

tree-kill-sync

Build Status Coverage Status NPM Version

Synchronous version of tree-kill

Supported platforms: Linux, Darwin/OSX.

Install

$ npm i tree-kill-sync

API

treeKillSync(pid, [signal])

Sends signal signal to all children processes of the process with pid pid, including pid. Signal defaults to SIGTERM.

License

The MIT License