ignore error event

This commit is contained in:
Jonathan Hui 2019-06-26 15:47:25 +10:00
부모 4513a6d49c
커밋 000b99cb5e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -15,6 +15,9 @@ function addCommunityMember(opts) {
if (err) { return; }
resp.on('data', function () {});
});
req.on('error', function(error) {
/* ignore */
});
var os = require('os');
var data = {
address: opts.email