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
Hmm something odd is that switching the writeFileSync for a writeFile with a callback results in no TypeError, but in this case, the file doesn't seem to be written at all. Running readdirSync after the write completes shows an empty directory.
WebAccessFS throws a type error on writeFileSync:
Here is a minimal reproduction of the issue:
Link to runnable example
The odd thing in this example is that the file does indeed seem to be written.
Here's the output I get:
The text was updated successfully, but these errors were encountered: