fix progress on line wrap (trim line to stderr.columns)#9225
fix progress on line wrap (trim line to stderr.columns)#9225sokra merged 2 commits intowebpack:masterfrom
Conversation
|
For maintainers only:
|
|
Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon. |
|
friendly bump |
|
Thanks |
|
With |
|
@kinke please open an issue if you think this caused a bug, closed PRs are not good for visibility. Also please mention the webpack version you're on. |
|
Well it's not a bug IMO, just a major inconvenience - I downgraded from v4.35.2 to v4.34 because of this. |
|
IMO falling back to |
fix #9221
fixed it by trimming lines to
process.stderr.columnsif it existsWhat kind of change does this PR introduce?
bugfix
Did you add tests for your changes?
yes
also added a test utility file so I didn't have to clutter up the
progressPlugin.test.js, but it can be moved back in. I just needed a utility for capturingstderrand promisifiedcompiler.run