Operating System
- [ x] Linux
- [ x] Windows 7
- [ x] Windows 10
- [ x] MacOS
- other:
NodeJS Version
Tmp Version
0.1
Expected Behavior
do not call process.exit(0);
Experienced Behavior
We have previously implemented graceful shutdown for our own goals (save data, close files, stop servers), but tmp just call process.exit(0) and stop correct exiting flow.
Operating System
NodeJS Version
Tmp Version
0.1
Expected Behavior
do not call process.exit(0);
Experienced Behavior
We have previously implemented graceful shutdown for our own goals (save data, close files, stop servers), but
tmpjust call process.exit(0) and stop correct exiting flow.