@@ -185,3 +185,7 @@ const upload = require('multer')({ dest: uploadPath })
});
})()
+process.on('uncaughtException', (error) => {
+ console.log('UNCAUGHT EXCEPTION', error)
+})
+