- **Version**: v6.5.0 - **Platform**: 64-bit Windows 10 - **Subsystem**: fs Running the below code, the eventType will always be `rename` whether I delete, add file...: ``` fs.watch(watchDir, (eventType, fileName) => { console.log(eventType); }); ```