Whenever yarn logs to the console, it seems to log the escape sequence for deletes the line. In cases where that escape sequence doesn't work, the log looks like this:
Command
For the screenshot above, this is the command I ran:
yarn install --no-progress
What is the current behavior?
The "delete line" escape sequence appears whenever yarn logs to the console.
What is the expected behavior?
Only send the escape sequence when necessary.
Steps to Reproduce
I'm encountering this issue when using lazydocker, so install that, plus Docker and docker-compose.
Bug description
Whenever yarn logs to the console, it seems to log the escape sequence for deletes the line. In cases where that escape sequence doesn't work, the log looks like this:
Command
For the screenshot above, this is the command I ran:
What is the current behavior? The "delete line" escape sequence appears whenever yarn logs to the console.
What is the expected behavior? Only send the escape sequence when necessary.
Steps to Reproduce
package.json
:docker-compose.yml
:Dockerfile
:lazydocker
commandyarn-bug
servicec
and click onup
Environment
1.22.5
node:14.11-alpine