diff --git a/lib/community.js b/lib/community.js index d6c8272..12ed83c 100644 --- a/lib/community.js +++ b/lib/community.js @@ -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