gonotify
gonotify copied to clipboard
RmWatch() and RmWd() never return if path/wd is unknown
If passing a path to RmWatch() or a wd to RmWd() that isn't actually being watched, these functions never return because the error is never passed back to the request's result channel by the main goroutine.
This PR fixes that.
How you reproduce this?