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 #460

Merged
merged 1 commit into from Jul 21, 2022
Merged

Use common error when removing an unwatched file #460

merged 1 commit into from Jul 21, 2022

Commits on Jul 21, 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:
    #455 (comment) by @mattn
    to create a common error which is wrapped by the implementations.
    
    Replaces: #455
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath authored and arp242 committed Jul 21, 2022
    Copy the full SHA
    b62602c View commit details
    Browse the repository at this point in the history