|
['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.
IPLog/IPLog.js
Lines 393 to 396 in fd7eb90
This does catch ctrl+c and alt+f4 / closing terminal, but not shutting down windows.