You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: