-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Js console fixes #1577
Js console fixes #1577
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1577 +/- ##
==========================================
+ Coverage 77.09% 77.14% +0.05%
==========================================
Files 162 162
Lines 13252 13255 +3
==========================================
+ Hits 10216 10225 +9
+ Misses 2515 2509 -6
Partials 521 521
Continue to review full report at Codecov.
|
unfortunately this doesn't look all that well and the need for bytes.ReaplceAll comes from the fact that `\r\n` breaks how logrus logs it otherwise :(
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.
LGTM, though I'm tempted to ask for #1146 as well 😅 Given that we're making a minor breaking change in the console
API, can't we go all the way and print objects sanely?
I think we agreed that we want dop251/goja#162 to be fixed before we do that ? |
Yeah, sorry, I forgot... 😅 |
No description provided.