Commit a6a75aa
Fix for missing paths in simple suffix evaluation
Summary:
# Bug Description
Watchman would return with missing path components
S468253
# This Diff
Adds the relative root into the path evaluation
# Technical Details
Previously without this change, the contents of the EdenFileResult would be missing the relative root component, causing following path evaluators to remove the same number of paths from the head of the desired path
Reviewed By: ezzak
Differential Revision: D65901018
fbshipit-source-id: b47700a3802a23f59af2b7da7f172f8e0caf631b1 parent 37830b2 commit a6a75aa
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
903 | 903 | | |
904 | 904 | | |
905 | 905 | | |
906 | | - | |
| 906 | + | |
907 | 907 | | |
908 | 908 | | |
909 | 909 | | |
| |||
0 commit comments