Compare commits
3 Commits
07f1151e4c
...
5d41cc8380
Author | SHA1 | Date | |
---|---|---|---|
5d41cc8380 | |||
cef745b642 | |||
d9959378a6 |
@ -98,7 +98,9 @@ async fn main() {
|
||||
.expect("couldn't check if path exists")
|
||||
{
|
||||
true => (),
|
||||
false => todo!("implement couldn't find path logic"),
|
||||
false => todo!(
|
||||
"path {check_script_str} not found. Other paths currently unsupported."
|
||||
),
|
||||
};
|
||||
|
||||
let check_output = Command::new(check_script)
|
||||
|
Loading…
Reference in New Issue
Block a user