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
The way we're doing flags in our fs methods is wrong. We should be expecting a String, and it should be one of the expected flag values. We seem to assume it will be an Object, see writeFile for an example of this.
Let's overhaul how we do flags, and match what node does.
The text was updated successfully, but these errors were encountered:
The way we're doing
flags
in our fs methods is wrong. We should be expecting aString
, and it should be one of the expected flag values. We seem to assume it will be anObject
, seewriteFile
for an example of this.Let's overhaul how we do
flags
, and match what node does.The text was updated successfully, but these errors were encountered: