Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
file watcher does not work on MacOS (#14)
The original code was looking for a [:modified, :closed] event. However this is not emitted on MacOS, instead we should simply look if the events contains the :modified or :closed event.
- Loading branch information