diff --git a/app.js b/app.js index ac339fedc3..3b02134831 100644 --- a/app.js +++ b/app.js @@ -171,9 +171,9 @@ function start() { break; } }); - + process.on('uncaughtException', function(err) { - winston.error(err.message); + winston.error(err.stack); console.log(err.stack); meta.js.killMinifier();