Compare commits
No commits in common. "5d41cc838011ccf4c55bdc4fe9bedffb02a2b9c9" and "07f1151e4c81439b4ddd6dddc40be5eecc4e6c38" have entirely different histories.
5d41cc8380
...
07f1151e4c
@ -98,9 +98,7 @@ async fn main() {
|
||||
.expect("couldn't check if path exists")
|
||||
{
|
||||
true => (),
|
||||
false => todo!(
|
||||
"path {check_script_str} not found. Other paths currently unsupported."
|
||||
),
|
||||
false => todo!("implement couldn't find path logic"),
|
||||
};
|
||||
|
||||
let check_output = Command::new(check_script)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user