Closed samuelcolvin closed 1 month ago
Part of solving #581.
In order to successfully process io::Errors in watchfiles, we need to preserve them as ErrorKind::IO, rather than using ErrorKind::Generic.
io::Error
ErrorKind::IO
ErrorKind::Generic
Part of solving #581.
In order to successfully process
io::Error
s in watchfiles, we need to preserve them asErrorKind::IO
, rather than usingErrorKind::Generic
.