Tuesday 26 March 2019

Do you use --abort-on-uncaught-exception?

Why would you use this flag when starting node? The help says it causes a core file to be generated. What can be done with this core file?In every application I run I have an uncaughtException handler where I log then do process.exit(), so does that mean this flag does nothing because there's never an uncaught exception since the handler always catches it?

Submitted March 26, 2019 at 11:46AM by nowboarding

No comments:

Post a Comment