-
Catch uncaught Exception in Node.JS
posted in Nodejs on 2013-03-15 exception console log run -
I'm working on a very simple tool which compiles some stuff. The big problem is that if I write something wrong I can't catch the exception from the compiler and the nodejs's process exists. Then I have to go back to the console and run the app again. That's of course not acceptable. Thankfully there is a workaround.
read more