-
Notifications
You must be signed in to change notification settings - Fork 509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(prerender): improve console formatting for failed routes #1471
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1471 +/- ##
==========================================
+ Coverage 76.22% 76.24% +0.02%
==========================================
Files 73 73
Lines 7435 7455 +20
Branches 728 736 +8
==========================================
+ Hits 5667 5684 +17
- Misses 1767 1770 +3
Partials 1 1
|
Nice! Only i think we should show sources in sub-tree output as they can get long and there is possibly more than one. |
Updated format. Wdyt @danielroe |
Much nicer π We might also consider printing error down there too? |
π Linked issue
resolves #1467
β Type of change
π Description
This prints an extra bit of info to display what page(s) linked to a route that had an error being prerendered.
π Checklist