Ivan Greenking преди 1 година
родител
ревизия
faf1089687
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      index.js

+ 4 - 0
index.js

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