Commit Graph

1 Commits (df9a62b5f9fdfd4f8719761c52d09533288a3b3a)

Author SHA1 Message Date
wxiaoguang aa9c920980
Improve action log display with control chars (#23820)
Close #23680

Some CLI programs use "\r" and control chars to print new content in
current line.

So, the strings in one line are actually from
`\rReading...1%\rReading...5%\rReading...100%`

This PR tries to make the output better.
2 years ago