process.on('uncaughtException', function(err) {
// handle the error safely
console.log(err);
});I'm developing an application and am running into various bugs at the moment, all of which are my own doing. However, whenever an error is encountered, I briefly see a baby-blue and white page with the error message (I believe it's a sky/cloud screen), and then the application closes automatically. I would like to have the application stay opened regardless of error message/status while I develop it. Has anyone encountered this?Thanks,Mike
--
You received this message because you are subscribed to the Google Groups "node-webkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-webkit...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.