Closed findoff closed 4 years ago
Hello, i found error with node 14
import watch from 'node-watch'; watch('test', {recursive: true}, ()=>{ console.log('changed'); });
https://nodejs.org/dist/latest-v14.x/docs/api/fs.html#fs_caveats
Thanks for reporting. It seems the recursive option must be removed internally
recursive
Hello, i found error with node 14
Simple example
Info about error
https://nodejs.org/dist/latest-v14.x/docs/api/fs.html#fs_caveats