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
This is not necessarily a bad thing but unlike a real express server here the instance will be suspended / terminated immediately after res.end (or res.send) and this might have some side-effects if some tear-down code was supposed to be run afterwards.