-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Here
Line 421 in f2811a1
| this.emit('shutdown'); |
_onSignalQuit knows about the issue and attaching one-time listener for itself
Line 62 in f2811a1
| .once('shutdown', () => process.exit(0)) |
Without proper on shutdown listener users have no ability to stop luster from their code, only the system signals 'SIGINT' and 'SIGQUIT' can do the job.
Metadata
Metadata
Assignees
Labels
No labels