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

fix(overlay): render ansi formattet error messages correctly #3579

Merged
merged 3 commits into from Aug 9, 2021
Merged

fix(overlay): render ansi formattet error messages correctly #3579

merged 3 commits into from Aug 9, 2021

Conversation

raix
Copy link
Contributor

@raix raix commented Jul 31, 2021

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

yes, added a test to replicate the issue / cover ansi formatting

Motivation / Use-Case

Fixes the ansi formatting in the overlay - want to use the overlay in the CRA project see #3575 for more info an ways to replicate

Breaking Changes

none

Additional Info

fixed #3575

@codecov
Copy link

codecov bot commented Aug 1, 2021

Codecov Report

Merging #3579 (df7ab6e) into master (2f54c31) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3579   +/-   ##
=======================================
  Coverage   94.27%   94.27%           
=======================================
  Files          15       15           
  Lines        1274     1274           
  Branches      440      440           
=======================================
  Hits         1201     1201           
  Misses         67       67           
  Partials        6        6           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2f54c31...df7ab6e. Read the comment docs.

@raix
Copy link
Contributor Author

raix commented Aug 1, 2021

Seems to be an issue with the test suite...

Copy link
Member

@alexander-akait alexander-akait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I will look at this in near future

githoniel added a commit to gem-mine/webpack-dev-server that referenced this pull request Aug 9, 2021
@alexander-akait
Copy link
Member

Will fix the flaky test in other PR

@alexander-akait alexander-akait merged commit 9313454 into webpack:master Aug 9, 2021
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 this pull request may close these issues.

Error overlay html encodes the ansi html formatting the error output
2 participants