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
Currently writeFile and appendFile make the assumption that the data to be written is either utf8 or a buffer. This doesn't handle properly things like ascii or base64. Those encoding types should be decoded properly instead of written directly without processing.
The text was updated successfully, but these errors were encountered:
Currently
writeFile
andappendFile
make the assumption that the data to be written is eitherutf8
or a buffer. This doesn't handle properly things likeascii
orbase64
. Those encoding types should be decoded properly instead of written directly without processing.The text was updated successfully, but these errors were encountered: