Fix missing insert in populate_dir

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Max Brunsfeld
2021-04-21 11:39:50 -07:00
co-authored by Nathan Sobo
parent a898acf6b5
commit ce28dc39ff
+1
View File
@@ -342,6 +342,7 @@ impl Snapshot {
}
}
}
edits.push(Edit::Insert(child));
}
// Replace the parent with a clone that includes the children and isn't pending