add stack trace to the crawler's errorHandler

This commit is contained in:
Dan Butvinik 2018-09-07 10:30:19 -07:00
Родитель 6c816bf69a
Коммит 1d8a8ae61a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -131,7 +131,7 @@ class Crawler {
if (requestBox[0].processControl === 'requeue') {
return requestBox[0];
}
return requestBox[0].markDead('Error', error.message);
return requestBox[0].markDead('Error', `${error.message}\n\n${error.stack}`);
}
// otherwise, it is early in the processing loop so no request yet. Make up a fake one
// so we can complete the processing loop