Make sure we always log errors
This commit is contained in:
parent
dcd5c23101
commit
b33ba0dc04
|
|
@ -479,6 +479,7 @@ module.exports = {
|
|||
break;
|
||||
} catch (error) {
|
||||
queue.postMessage(make('error', error, merge({ url })));
|
||||
log.error('Caught error from Browsertime', error);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue