Skip to content
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

Progress messages are shown on multiple lines after upgrade to 4.39.0 #9511

Closed
doberkofler opened this issue Aug 2, 2019 · 7 comments · Fixed by #9513
Closed

Progress messages are shown on multiple lines after upgrade to 4.39.0 #9511

doberkofler opened this issue Aug 2, 2019 · 7 comments · Fixed by #9513

Comments

@doberkofler
Copy link

Bug report

What is the current behavior?

After upgrading to from 4.38.0 to 4.39.0 the progress output is no longer shown on a single line but on multiple lines as visible here:

image

In the previous version the progress output was repeatedly (just a CR) shown on a single line that got overwritten on each step and now each step is shown on a separate (LF) line.

If the current behavior is a bug, please provide the steps to reproduce.

Just using the --progress option should be enough.

What is the expected behavior?

It's just a nuisance but having back the single line output of the progress messages not to clutter the screen would be nice.

Other relevant information:
webpack version: 4.39.0
Node.js version: 12.7.0
Operating System: Windows 7
Additional tools:

@sokra
Copy link
Member

sokra commented Aug 2, 2019

Which terminal?

@doberkofler
Copy link
Author

doberkofler commented Aug 2, 2019

ConEmu 190526 but I also tested it in a regular cmd terminal and it's the same

image

@sokra
Copy link
Member

sokra commented Aug 2, 2019

Could you try this PR #9513 if it fixes the problem?

add this to your package.json to test it: "webpack": "webpack/webpack#bugfix/terminal-length"

@doberkofler
Copy link
Author

Wow, that's quick!
Yes, this PR fixes the problem!

@wldcordeiro
Copy link

I'm on that 4.39.1 patch release and still seeing these weird output things.

Screen Shot 2019-08-05 at 9 52 26 AM

@sokra
Copy link
Member

sokra commented Aug 5, 2019

Could you file a new issue? Add information about which terminal is used.

@supercodepoet
Copy link

With 4.39.1 I also see the extended progress output with iTerm and Terminal on macOS Mojave running zsh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants