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

Prevent screen clearing once and for all #828

Merged
merged 2 commits into from
Apr 15, 2020

Conversation

RaeesBhatti
Copy link
Contributor

@RaeesBhatti RaeesBhatti commented Apr 13, 2020

- Summary
A 100% reliable solutions to prevent child processes from clearing screen when piping stdout and stderr.
Strip away ANSI Control Character that are used for moving cursors or screen clearing.

Fixes: #666
Fixes: #579
Fixes: #590

- Test plan
Run netlify dev in a VuePress project

- Description for the changelog
Pipe stdout and stderr through strip-ansi-control-characters (I wrote that 😉) to remove those pesky screen clearing characters.

- A picture of a cute animal (not mandatory but encouraged)
🦁

@RaeesBhatti RaeesBhatti marked this pull request as ready for review April 15, 2020 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants