-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fs writefile docs update #31104
Fs writefile docs update #31104
Conversation
doc/api/fs.md
Outdated
@@ -3982,7 +3982,7 @@ changes: | |||
* `string` {string} | |||
|
|||
Write `string` to the file specified by `fd`. If `string` is not a string, then | |||
the value will be coerced to one. | |||
a exception will be thrown. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be the new behavior, when #31030 get landed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be incorporated into the existing PR instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @BridgeAR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the ping, I'll cherry-pick this in #31030.
@juanarbol please feel free to leave comments in PRs in case you see that something is missing :)
I cherry-picked this into the corresponding PR. Closing. |
Checklist