Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumNodeJSgraceful shutdown handlingSingle-choice MCQ

Which statement about handling uncaughtException as part of shutdown is correct?

process.on('uncaughtException', (err) => { logger.fatal(err); // ... });