notify-forwarder
notify-forwarder copied to clipboard
Don't throw an error if the file is a dangling symlink
This commit prevents the following error when there's a dangling symlink in the tree being watched:
terminate called after throwing an instance of 'std::logic_error' what(): Could not stat file of unknown type Aborted
Signed-off-by: David Greaves [email protected]