MCPcopy Index your code
hub / github.com/danmactough/node-feedparser / onError

Function onError

lib/feedparser.js:1292–1295  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

1290 if (resolve) { resolve(); resolve = null; }
1291 }
1292 function onError (err) {
1293 error = err;
1294 if (resolve) { resolve(); resolve = null; }
1295 }
1296
1297 this.on('readable', onReadable);
1298 this.on('end', onEnd);

Callers

nothing calls this directly

Calls 1

resolveFunction · 0.85

Tested by

no test coverage detected