Node.js doesn’t display entire error message on uncaughtException, is it possible? January 1, 2024 by Tarik Try error.stack process.on('uncaughtException', function (error) { console.log(error.stack); });