|
пре 1 година | |
---|---|---|
.. | ||
History.md | пре 1 година | |
README.md | пре 1 година | |
exit.js | пре 1 година | |
index.js | пре 1 година | |
package.json | пре 1 година |
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' });