Make sure we always log errors

This commit is contained in:
soulgalore 2020-12-22 14:20:56 +01:00
parent dcd5c23101
commit b33ba0dc04
1 changed files with 1 additions and 0 deletions

View File

@ -479,6 +479,7 @@ module.exports = {
break;
} catch (error) {
queue.postMessage(make('error', error, merge({ url })));
log.error('Caught error from Browsertime', error);
break;
}
}