Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fsevent: return error on canonicalize failure
Removes a panic that can occur in `append_path` when a file is removed after passing the `exists` check, but before canonicalization. This change moves `canonicalize` before appending the path, so that it can safely bail on error without leaking state.
- Loading branch information