atom / node-pathwatcher

Path Watcher Node Module
http://atom.github.io/node-pathwatcher
MIT License
93 stars 47 forks source link

[Windows] Change events do not fire when file is at drive root #102

Closed lwblackledge closed 8 years ago

lwblackledge commented 8 years ago

If the file is at the drive root the change event in HandleWatcher.onEvent fires but it does not fire the change in the PathWatcher.onChange method because the path provided to HandleWatcher.onEvent contains \\, while the @path variable does not.

This has been observed on Windows 10 but does not occur on linux.

zcbenz commented 8 years ago

Closed with #103.