Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vfs: Don't clear the root nodes when stat fails. (KurokuLabs#124)
This appears to be the main cause of DisposaBoy/GoSublime#957. At least on Windows (maybe poor filepath->vfspath handling), we sometimes end up statting the root node, and when it fails (because it has no path), we clear its nodes and thus remove all cached data.
- Loading branch information