Ver a proveniência

ignore error event

Jonathan Hui há 5 anos
ascendente
cometimento
000b99cb5e
  1. 3
      lib/community.js

3
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

Carregando…
Cancelar
Guardar