Skip to content
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

Closed
wants to merge 3 commits into from
Closed

Conversation

juanarbol
Copy link
Member

Checklist

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system. labels Dec 26, 2019
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.
Copy link
Member Author

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.

Copy link
Contributor

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

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 :)

doc/api/fs.md Outdated Show resolved Hide resolved
@BridgeAR
Copy link
Member

BridgeAR commented Jan 1, 2020

I cherry-picked this into the corresponding PR. Closing.

@BridgeAR BridgeAR closed this Jan 1, 2020
@juanarbol juanarbol deleted the fs-writefile-docs branch January 19, 2021 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants