Noitidart / Profilist

ff-addon: Profile manager for Australis
https://addons.mozilla.org/en-US/firefox/addon/profilist/?src=github
34 stars 1 forks source link

Reason for making FSEvents not watch subdir #31

Closed Noitidart closed 9 years ago

Noitidart commented 9 years ago

Because if delete a subdir which contains files, it will not trigger callback that the subdirs files were removed. So its not consistent.

in other words: It fires when i add or move in or rename files under subdir, but if i delete the subdir it should also trigger that the subdirs files were removed but it doesnt.

Noitidart commented 9 years ago

whoops posted this in the wrong repo, this is for jscFileWatcher: https://github.com/Noitidart/jscFileWatcher/issues/14