Skip to content

Commit

Permalink
sde - fix issue on hybrid cold start generation
Browse files Browse the repository at this point in the history
  • Loading branch information
swoods-scottlogic committed Aug 28, 2019
1 parent fd6973f commit d200ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/hybridReport/hybridGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class HybridGenerator {
headless: chrome.headless,
});
const page = await browser.newPage();
page.setContent(formattedHTML);
await page.setContent(formattedHTML);
const buffer = await page.pdf({
format: 'A4'
});
Expand Down

0 comments on commit d200ad3

Please sign in to comment.