-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
fix(vue-renderer): safe format ssr logs #5764
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was quick, thanks! :)
Codecov Report
@@ Coverage Diff @@
## dev #5764 +/- ##
=========================================
+ Coverage 95.6% 95.67% +0.07%
=========================================
Files 82 82
Lines 2662 2660 -2
Branches 683 682 -1
=========================================
Hits 2545 2545
+ Misses 98 97 -1
+ Partials 19 18 -1
Continue to review full report at Codecov.
|
Types of changes
Description
fixes #5763.
console.log
internally usesutil.format
to handle circular objects. After this change, we preserve it for SSR logs as well.=>
Checklist: