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
When copyTpl ing binary files the whole file gets messed up because mem-fs-editor tries to read and convert it to an UTF-8-string.
This issue can be fixed by preventing binary to utf-8-conversion.
I'll make a PR with some fixes including this one in a few minutes.
The text was updated successfully, but these errors were encountered:
When
copyTpl
ing binary files the whole file gets messed up becausemem-fs-editor
tries to read and convert it to anUTF-8
-string.This issue can be fixed by preventing binary to utf-8-conversion.
I'll make a PR with some fixes including this one in a few minutes.
The text was updated successfully, but these errors were encountered: