Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use common error when removing an unwatched file #8

Merged
merged 1 commit into from
Jul 17, 2022

Commits on Jul 16, 2022

  1. Use common error when removing an unwatched file

    The errors returned by the various implementations of the watcher are all different
    which makes handling them difficult. This PR follows the suggestion in:
    fsnotify/fsnotify#455 (comment) by @mattn
    to create a common error which is wrapped by the implementations.
    
    Replaces: fsnotify/fsnotify#455
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    5e51ada View commit details
    Browse the repository at this point in the history