Skip to content

fs.watch throws exception when recursive is used in incompatible platform

Rodrigo Muino Tomonari requested to merge github/fork/exx8/recursive_err into master

This pull request makes fs.watch throw exception whenever it is used in an incompatible platform. For this change following changes were made to api:

  1. A new error type has been introduced.
  2. fs.watch has been changed accordingly.
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Solves #29901 (closed) This is a breaking change.

Merge request reports

Loading