mirror of
https://github.com/docker/cli.git
synced 2026-09-10 10:05:19 -05:00
The JSONMessage.Display methods erases the entire line by outputting the <ESC>[2K\r sequence before displaying the message content. This is not necessary for messages other than progress indicators, and introduces unwanted characters in the /events output. Fixes #6203. Docker-DCO-1.1-Signed-off-by: Arnaud Porterie <icecrime@gmail.com> (github: icecrime) Upstream-commit: 3807f8b708b60588526f555190d14a37db408450 Component: engine