fix stuff
This commit is contained in:
parent
0ec196e8c9
commit
581404c622
@ -56,6 +56,8 @@ Starting running shell action: {}
|
|||||||
}
|
}
|
||||||
Some(n) => {
|
Some(n) => {
|
||||||
log::info!("process exited with code: {}", n);
|
log::info!("process exited with code: {}", n);
|
||||||
|
|
||||||
|
if n > 0 {
|
||||||
return Err(anyhow::anyhow!(
|
return Err(anyhow::anyhow!(
|
||||||
"{} exited with: {}",
|
"{} exited with: {}",
|
||||||
path.clone().to_string_lossy(),
|
path.clone().to_string_lossy(),
|
||||||
@ -63,6 +65,7 @@ Starting running shell action: {}
|
|||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
log::info!(
|
log::info!(
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user