notify
notify copied to clipboard
notify-debouncer-full: Short circuit if no paths are available in an event.
On Linux, the INotifyWatcher can create events that have no paths associated. This caused a panic in notify_debouncer_full, which assumes that all events have at least one associated path.
For now, ignore these events in notify_debouncer_full.
Fixes #678