-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
exit
can't be used to flush the logs, as you can't run async stuff there
https://nodejs.org/docs/v4.2.4/api/process.html#process_event_exit
beforeExit
can run async stuff, but might yield false positives (if stuff causes the event loop to fire up again) and won't necessarily be called on hard shutdowns (process.exit() or uncaught exceptions)
Metadata
Metadata
Assignees
Labels
No labels