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

fix panic when file/dir is deleted #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 7, 2020

  1. fix panic when file/dir is deleted

    sometimes when a file/dir which is being watched is
    deleted a panic will occur. This appears to be because
    the is an assumption that if an error returns true for
    `IsNotExist()` that it should be castable to `os.PathError`,
    but this evidently is not always the case, causing a panic.
    tul committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    43d937e View commit details
    Browse the repository at this point in the history