async-exit-hook icon indicating copy to clipboard operation
async-exit-hook copied to clipboard

pm2 stop do not trigger the hook

Open devfat opened this issue 7 years ago • 0 comments

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()

devfat avatar May 10 '18 08:05 devfat