atom/node-pathwatcher

Moving a file out of a watched directory on linux is reported as a change

Closed this issue · 1 comments

IN_MOVE is an alias to IN_MOVED_FROM | IN_MOVED_TO, but IN_MOVED_FROM should trigger a delete event.

Never mind, I see that's intended