Monday, 21 September 2020

Express API: Throwing Errors doesn't cause a process exit?

I always thought a thrown Error meant the process was done but I have recently been making new requests during the same process in my debugger in VsCode and it seems to keep working.Is this a special feature of Node or Express apps, or have i just been thinking about Error throwing incorrectly? In browser it seems once you hit an error you're done.

Submitted September 21, 2020 at 08:58PM by fpuen

No comments:

Post a Comment