1
0
forked from notBrad/bubo-rss

Adding feed to error message for more context

This commit is contained in:
George Mandis 2021-12-04 22:57:42 -08:00
parent d115ffb490
commit 4afe47bf4f

View File

@ -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