ets
ets copied to clipboard
Consider stripping \x1b[2K\x1b[1G which erases our timestamps
Yarn uses \x1b[2K\x1b[1G
quite a bit to make sure their messages are at the beginning of the line. Of course we're competing to be at the beginning of the line instead, and our timestamps are simply erased. Maybe we should strip those out.