notify-forwarder icon indicating copy to clipboard operation
notify-forwarder copied to clipboard

Don't throw an error if the file is a dangling symlink

Open lbt opened this issue 4 years ago • 0 comments

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]

lbt avatar Jan 29 '21 23:01 lbt