-
Notifications
You must be signed in to change notification settings - Fork 666
Actual stdout (console.log) layout enhancement: to display content in multi-line mode. #388
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
Comments
Can you provide the number of the problem? |
@jdneo If you mean you want to know which leetcode problems have this issue, actually every problems have if you output something containing more than one line. |
@howhowcan Just give me one problem number is fine. I need one to repro and understand the issue. BTW, PR is also welcome! |
@jdneo Problem 1, for example : (Of course the problem number is arbitrary) |
It seems that this issue only occurs in |
This issue has been closed automatically because it needs more information and has not had recent activity. Please reach out if you have or find the answers we need so that we can investigate further. |
This issue has been closed automatically because it needs more information and has not had recent activity. Please reach out if you have or find the answers we need so that we can investigate further. |
🚀 Feature Proposal
Actual stdout (console.log) layout enhancement: to display content in multi-line mode.
Motivation
console.log output all in one line, not friendly to program debug.
e.g., in vs description win:
while in leetcode page:
Contribution
The text was updated successfully, but these errors were encountered: