We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Quoting the documentation for fs.watch from https://nodejs.org/api/fs.html#fs_filename_argument
Providing filename argument in the callback is only supported on Linux and Windows.
Filename is also available on macOS - we could update the documentation to reflect this.
The text was updated successfully, but these errors were encountered:
docs: list macOS as supporting filename argument
a7ba706
Fixes: nodejs#13108
doc: list macOS as supporting filename argument
5fee2e8
test: check fs.watch filename on Linux and macOS
9bd4012
test: fs.watch filename check for Windows & AIX
64884c2
c470f04
f47c6f7
also added regression tests PR-URL: #13111 Fixes: #13108 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]>
1aa68f9
Successfully merging a pull request may close this issue.
Quoting the documentation for fs.watch from https://nodejs.org/api/fs.html#fs_filename_argument
Filename is also available on macOS - we could update the documentation to reflect this.
The text was updated successfully, but these errors were encountered: