feed-read
feed-read copied to clipboard
Labels: HEAD, master
Improve parse error handling
- If there are any parse errors, all of them are passed into the callback
If a feed contains parse errors, these are returned in the callback. Before the change, null was passed in the callback (see changed test for an example)
Looks like the tests are failing, according to travis ci.