gonotify icon indicating copy to clipboard operation
gonotify copied to clipboard

RmWatch() and RmWd() never return if path/wd is unknown

Open jtackaberry opened this issue 11 months ago • 1 comments

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.

jtackaberry avatar Jan 26 '25 01:01 jtackaberry

How you reproduce this?

akemrir avatar Mar 07 '25 06:03 akemrir