mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
fix: improve extension startup error messages with command details (#2694)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
This commit is contained in:
@@ -172,7 +172,7 @@ When the keyring is disabled, secrets are stored here:
|
||||
Many of the external extensions require a package runner. For example, if you run into an error like this one:
|
||||
|
||||
```
|
||||
Failed to start extension: {extension name}, "No such file or directory (os error 2)"
|
||||
Failed to start extension `{extension name}`: Could not run extension command (`{extension command}`): No such file or directory (os error 2)
|
||||
Please check extension configuration for {extension name}.
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user