You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic here is that if there are two watch pairs for the same file, only the term from the second watch pair will be sent in a message from filewatch.
Problematic line: https://github.com/rkallos/erl-filewatch/blob/master/src/filewatch.erl#L99
The logic here is that if there are two watch pairs for the same file, only the term from the second watch pair will be sent in a message from filewatch.