Skip to content

Commit

Permalink
Merge branch 'master' into task/fix-issue-32-page-app-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchgrant authored Apr 26, 2019
2 parents 8342b58 + b34dd01 commit 5b0a550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/lib/util/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Renderer {
return { status: 400, content: '' };
}
// Serialize page.
const result = await page.evaluate('document.firstElementChild.outerHTML');
const result = await page.content();

await page.close();

Expand Down

0 comments on commit 5b0a550

Please sign in to comment.