Skip to content

Commit

Permalink
enable async in everything
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Jul 1, 2021
1 parent 163f8fc commit ff585df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/src/utils/worker/child/render-html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ export const renderHTMLDev = async ({
paths,
async pagePath => {
try {
const htmlString = htmlComponentRenderer.default({
const htmlString = await htmlComponentRenderer.default({
pagePath,
})
return fs.outputFile(
Expand Down

0 comments on commit ff585df

Please sign in to comment.