Simple tool that can forward file system events to other machine, such as virtual machines with shared folders
112
stars
21
forks
source link
Sometimes get: terminate called after throwing an instance of 'std::logic_error' #10
Open
lbt opened 3 years ago
The following error occurs 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
This PR fixes it for me: https://github.com/mhallin/notify-forwarder/pull/9
The repo seems quite inactive so maybe this issue/PR will help someone else :)