-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Debug console: missing empty lines #69535
Comments
I tried this and do not get that behavior. Windows 10, Javascript(Babel) |
Interestingly, if you right -click and go to "Copy All" and then paste somewhere, the newlines are all there! |
I have pushed a simplification of how we are adding string repl elements. When I run this using node, the empty line is nicely printed, so it seems that the node extension is holding out on output events that have an empty line maybe |
I see the same in chrome devtools, no log message comes from node. It's kind of weird because Debugged into the node code briefly and I don't see why it wouldn't send an empty message. It looks like the first argument is supposed to be required though: https://developer.mozilla.org/en-US/docs/Web/API/Console/log 🤷♂️ |
There is no empty line between hello and world.
The issue is in the model which is being overly smart at removing empty lines here
Also check if the empty lines should say they do not have a dynamic height
The text was updated successfully, but these errors were encountered: