-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Null-proofing in files_watcher #47694
Conversation
Wath can pass null as filename
@sosoba you will also need to remove the merge commits, see https://github.com/nodejs/node/blob/main/doc/contributing/pull-requests.md#step-5-rebase |
additionally if you have a repro can you add it as a test? |
Unfortunately not. The program that generated the event: {eventType: 'change', fileName: null} while running |
Wath can pass null as filename
Wath can pass null as filename
Rebased. |
then please add a test case to https://github.com/nodejs/node/blob/main/test/parallel/test-watch-mode-files_watcher.mjs |
Wath can pass null as filename
Regardles to documentation:
Fix for #47692