Commit ab3b509
authored
fix(amazonq): include more context on chat response error (#5900)
Sometimes the error body is not actually useful
```
An unexpected error occurred, check the logs for more information.
```
After:
```
McpManager not initialized—call McpManager.init(...) first: An unexpected error occurred, check the logs for more information.
```1 parent a4a21c6 commit ab3b509
File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments