async-exit-hook
async-exit-hook copied to clipboard
Run some code when the process exits
Results
11
async-exit-hook issues
Sort by
recently updated
recently updated
newest added
run nodejs app as: `pm2 start app.js` it run successfully. Then I tried to stop app: `pm2 stop id` But it can not trigger exitHook()