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)
+})
+