|
hace 1 año | |
---|---|---|
.. | ||
History.md | hace 1 año | |
README.md | hace 1 año | |
exit.js | hace 1 año | |
index.js | hace 1 año | |
package.json | hace 1 año |
graceful exit process even parent exit on SIGKILL.
npm i graceful-process --save
Require this module and execute it on every child process file.
// mycli.js
require('graceful-process')({ logger: console, label: 'mycli-child-cmd' });