fix: allow to push explicit directory
This commit is contained in:
@@ -148,7 +148,7 @@ fn add_node(path: &Path, node: &str) -> io::Result<()> {
|
||||
|
||||
root.push(dir);
|
||||
if !root.exists() {
|
||||
todo!();
|
||||
//todo!();
|
||||
}
|
||||
root.push(rest);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user