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
fsPut :: FileSyncer -> ByteString -> IO () is basically assuming that each ByteString ends in \n. This is mostly true given how it's consumed at the moment by handles that buffer, but not guaranteed.
Suggested fix:
Expose a Conduit function that:
Replaces the relevant \r and other control characters to \n
The text was updated successfully, but these errors were encountered: