forked from notBrad/bubo-rss
Adding feed to error message for more context
This commit is contained in:
parent
d115ffb490
commit
4afe47bf4f
@ -107,7 +107,7 @@ const processFeed = (
|
|||||||
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.log(`${error("Error processing:")} ${feed} ${benchmark(startTime)}`);
|
console.log(`${error("Error processing:")} ${feed} ${benchmark(startTime)}`);
|
||||||
errors.push(err);
|
errors.push(`Error processing: ${feed} | ${err}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
// if this is the last feed, go ahead and build the output
|
// if this is the last feed, go ahead and build the output
|
||||||
|
Loading…
Reference in New Issue
Block a user