Skip to content

Commit

Permalink
Update Prerender Error Message (#9143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored Oct 20, 2019
1 parent d94d270 commit 3a7603c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/export/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export default async function ({
await writeFileP(htmlFilepath, html, 'utf8')
return results
} catch (error) {
console.error(`\nError occurred prerendering ${path}:`, error)
console.error(`\nError occurred prerendering page "${path}":`, error)
return { ...results, error: true }
}
}

0 comments on commit 3a7603c

Please sign in to comment.