-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Lines 393 to 396 in fd7eb90
| ['SIGINT', 'SIGTERM', 'SIGHUP', 'SIGBREAK', 'SIGQUIT', 'SIGKILL', 'SIGUSR1', 'SIGUSR2', 'exit', 'uncaughtException'] | |
| .forEach(signal => process.on(signal, () => { | |
| shutDown() | |
| })); |
This does catch ctrl+c and alt+f4 / closing terminal, but not shutting down windows.
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed