mirror of
https://github.com/georgemandis/bubo-rss.git
synced 2024-12-23 08:57:08 +00:00
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) {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user