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 has been archived by the owner on Aug 15, 2024. It is now read-only.
I'm trying to create an empty file. So I'm calling
fs.writeFileSync('/foo.txt', '');
. However, this throws an exception with the message "No content".I don't see any reason why it shouldn't be allowed to pass an empty string as file content.
The text was updated successfully, but these errors were encountered: