Gathering detailed insights and metrics for docs/rules/process-exit-as-throw.md
Gathering detailed insights and metrics for docs/rules/process-exit-as-throw.md
Gathering detailed insights and metrics for docs/rules/process-exit-as-throw.md
Gathering detailed insights and metrics for docs/rules/process-exit-as-throw.md
signal-exit
when you want to fire an event no matter how a process exits.
foreground-child
Run a child as if it's the foreground process. Give it stdio. Exit when it exits.
async-exit-hook
Run some code when the process exits (supports async hooks and pm2 clustering)
exit-hook
Run some code when the process exits