wip: config find

This commit is contained in:
2023-11-22 23:45:00 +11:00
parent 3cf595f08e
commit e1e0caf6c3
6 changed files with 104 additions and 3 deletions

View File

@@ -47,6 +47,8 @@ pub fn start_process(ts: &mut JoinSet<Result<(), Box<dyn error::Error + Send + S
}
}
}
} else {
break 'autorestart;
}
},
result = child.wait() => {