Skip to content

Null-proofing in files_watcher

Rodrigo Muino Tomonari requested to merge github/fork/sosoba/main into main

Regardles to documentation:

filename is not always guaranteed to be provided. Therefore, don't assume that filename argument is always provided in the callback, and have some fallback logic if it is null.

Fix for https://github.com/nodejs/node/issues/47692

Merge request reports

Loading