process.on('uncaughtException', function (err) {
console.log('Caught exception: ' + err);
});
http://nodeqa.com/nodejs_ref/1
http://hangaebal.blogspot.kr/2014/07/nodejs-error-handling.html
'Blogger 이사' 카테고리의 다른 글
[JavaScript] LINE App share url (LINE url 공유) (0) | 2016.04.04 |
---|---|
[jQuery] Execute handler -> .trigger() (0) | 2016.04.04 |
[Node.js] Node.js, express Install (0) | 2016.04.04 |
[JavaScript] Detect Mobile Browsers (0) | 2016.04.04 |
[JavaScript] in_array vs. $.inArray vs. indexOf() (0) | 2016.04.04 |