doc: update fs.watch() availability for IBM i#34611
Closed
Conversation
ghost
commented
Aug 3, 2020
doc/api/fs.md
Outdated
Author
There was a problem hiding this comment.
I didn't add any line suggesting to use fs.watchFile() as this option is mentioned later.
Author
|
@richardlau take a look when you have a spare minute |
richardlau
reviewed
Aug 3, 2020
Member
richardlau
left a comment
There was a problem hiding this comment.
Can you undo the unrelated table formatting changes?
Member
|
cc @nodejs/platform-ibmi |
Author
|
@richardlau Sure Probably some formatting is done by my IDE. I'll fix this |
Add a line that IBM i does not support `fs.watch()`. Fixes: #34607 Refs: https://nodejs.org/docs/latest/api/fs.html#fs_availability
ghost
commented
Aug 3, 2020
Author
ghost
left a comment
There was a problem hiding this comment.
I've deleted the unnecessary table formatting. That was done automatically by my IDE.
richardlau
approved these changes
Aug 3, 2020
Contributor
|
LGTM. Thanks, @iandrc!! |
Author
|
@ThePrez np :) |
jasnell
approved these changes
Aug 7, 2020
jasnell
pushed a commit
that referenced
this pull request
Aug 7, 2020
Add a line that IBM i does not support `fs.watch()`. Fixes: #34607 Refs: https://nodejs.org/docs/latest/api/fs.html#fs_availability PR-URL: #34611 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Member
|
Landed in 0dff5bc |
addaleax
pushed a commit
that referenced
this pull request
Aug 8, 2020
Add a line that IBM i does not support `fs.watch()`. Fixes: #34607 Refs: https://nodejs.org/docs/latest/api/fs.html#fs_availability PR-URL: #34611 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Merged
codebytere
pushed a commit
that referenced
this pull request
Aug 11, 2020
Add a line that IBM i does not support `fs.watch()`. Fixes: #34607 Refs: https://nodejs.org/docs/latest/api/fs.html#fs_availability PR-URL: #34611 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax
pushed a commit
that referenced
this pull request
Sep 22, 2020
Add a line that IBM i does not support `fs.watch()`. Fixes: #34607 Refs: https://nodejs.org/docs/latest/api/fs.html#fs_availability PR-URL: #34611 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax
pushed a commit
that referenced
this pull request
Sep 22, 2020
Add a line that IBM i does not support `fs.watch()`. Fixes: #34607 Refs: https://nodejs.org/docs/latest/api/fs.html#fs_availability PR-URL: #34611 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a line that IBM i does not support
fs.watch().Fixes: #34607
Refs: https://nodejs.org/docs/latest/api/fs.html#fs_availability
Checklist