more informative error message for forkserver
This commit is contained in:
parent
022dc33251
commit
c123872b11
@ -204,9 +204,9 @@ impl Forkserver {
|
|||||||
.spawn()
|
.spawn()
|
||||||
{
|
{
|
||||||
Ok(_) => {}
|
Ok(_) => {}
|
||||||
Err(_) => {
|
Err(err) => {
|
||||||
return Err(Error::Forkserver(
|
return Err(Error::Forkserver(
|
||||||
"Could not spawn a forkserver!".to_string(),
|
format!("Could not spawn the forkserver: {:#?}", err).into(),
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user