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
Node.js process should exit when unhandled promise rejection occurs
Current Behavior
Node.js process does not exit when unhandled promise rejection occurs
Possible Solution
Node.js process should exit because it's the default behavior after node.js 15, we depend on this behavior to restart and retry to finish the application startup process.
Steps to Reproduce
During the startup process, after an unhandled rejection is thrown, the node.js process does not exit.