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
Fix formatting (etc) issue with multi-byte characters
A character that is multiple UTF-8 code units that got split across multiple 'data' events
was converted into replacement characters due to Buffer.toString being called on the chunks
individually. Instead collect all chunks and call toString after joining them.
purescript-node/purescript-node-streams#37
0 commit comments