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
Expected: the UnhandledPromiseRejection is reported as soon as it happens; the node.js process
exits after 2 seconds. Actual: nothing happens for 2 seconds, then the node.js process exits and only then prints UnhandledPromieRejection.