Skip to content

Commit

Permalink
restore passing of renderErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Oct 14, 2021
1 parent f06e120 commit 7087cbf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,10 @@ export class ScreenshotObservableHandler {
getTimeRange(driver, layout, logger),
getElementPositionAndAttributes(driver, layout, logger),
getRenderErrors(driver, layout, logger),
]).then(([timeRange, elementsPositionAndAttributes]) => ({
]).then(([timeRange, elementsPositionAndAttributes, renderErrors]) => ({
elementsPositionAndAttributes,
timeRange,
renderErrors,
}));
})
);
Expand Down

0 comments on commit 7087cbf

Please sign in to comment.