fix: allow to push explicit directory

This commit is contained in:
grimhilt
2024-03-10 16:19:23 +01:00
parent 06bb51476b
commit fdcd4633e5
6 changed files with 29 additions and 9 deletions

View File

@@ -148,7 +148,7 @@ fn add_node(path: &Path, node: &str) -> io::Result<()> {
root.push(dir);
if !root.exists() {
todo!();
//todo!();
}
root.push(rest);