You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
tmp
just call process.exit(0) and stop correct exiting flow.The text was updated successfully, but these errors were encountered: