Change behavour when tool is missing
Dont die when tool is missing
This commit is contained in:
@@ -55,7 +55,9 @@ impl Cache {
|
||||
}
|
||||
}
|
||||
}
|
||||
anyhow::bail!("Tool {} was not found", tool_path)
|
||||
// anyhow::bail!("Tool {} was not found", tool_path)
|
||||
log::error!("Tool {tool_path:?} doesnt exist!");
|
||||
Ok(())
|
||||
}
|
||||
pub fn init(&mut self) -> Result<Receiver<Message>> {
|
||||
// Check for missing tooling
|
||||
|
||||
Reference in New Issue
Block a user