process.on("uncaughtException",function(code){

console.log("uncaughtException");

});


sayHello();

'nodejs' 카테고리의 다른 글

nodemon  (0) 2017.02.27
파일 경로  (0) 2017.02.27
커스텀 이벤트, 상속  (0) 2017.02.27
util 모듈  (0) 2017.02.27
log  (0) 2017.02.27

+ Recent posts