-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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(cli): fix console printing #2483
fix(cli): fix console printing #2483
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Just a thought. I think the reason I added the trim to start with was to handle multi-line output. What if we left the original trim, but used |
@leaanthony Is there any problem with this PR? |
Not a problem, I just need to look at it. I'm sure the original code was intended to join output lines and use println to output it. I don't think the solution is to change the strip line but to add println rather than printf |
Hi, @leaanthony
|
Does this now work as expected? |
On Windows platform, works as expected. |
Fix console printing.
Old:
New: