This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 97
watchPath calls subscribers multiple times #189
Comments
Tbh the easiest solution to this is a simple debounce 😆 |
Seems to happen at intervals up to a second and a half after the original change event on my machine. A debounce feels like a hacky fix to me? |
@Mike-Dax Probably due to a meta-data change being delayed by your editor. Chokidar actually does content checks I think to make it way more accurate 👍 |
@MarshallOfSound Even renaming a file in Finder does the same thing :\ |
This was referenced Mar 1, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is likely a problem with fs, file changes call subscribers twice each time.
The text was updated successfully, but these errors were encountered: