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
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Printing raw buffers can end up outputting characters into the terminal
that mess up the encoding for all subsequent lines, which is a pain
when debugging things.
This change just encodes the buffer before printing to stop that from
happening.
0 commit comments