My node.js (Express.js) application crashes every time an error occurs (syntax, undefined variable, etc.).
Is there any solution to just log it and not crash my app? I read node.js Error's documentation but can't find a solution. https://nodejs.org/api/errors.html
I generated application from express generator. I'm talking about this, here is syntax error, variable is undefined but server is running: http://prnt.sc/e2b7ce it's not crashed