mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-21 22:44:24 +01:00
fix: propagate errors when attempting to add extensions (#2216)
This commit is contained in:
@@ -264,7 +264,7 @@ impl Agent {
|
||||
}
|
||||
_ => {
|
||||
let mut extension_manager = self.extension_manager.lock().await;
|
||||
let _ = extension_manager.add_extension(extension).await;
|
||||
extension_manager.add_extension(extension).await?;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user