mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
fix(patch): cherry-pick fcb85e6 to release/v0.19.3-pr-14092 to patch version v0.19.3 and create version 0.19.4 (#14588)
Co-authored-by: Brian de Alwis <bsd@acm.org> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -658,7 +658,7 @@ export class Task {
|
|||||||
errorMessage,
|
errorMessage,
|
||||||
);
|
);
|
||||||
|
|
||||||
let errMessage = 'Unknown error from LLM stream';
|
let errMessage = `Unknown error from LLM stream: ${JSON.stringify(event)}`;
|
||||||
if (errorEvent.value) {
|
if (errorEvent.value) {
|
||||||
errMessage = parseAndFormatApiError(errorEvent.value);
|
errMessage = parseAndFormatApiError(errorEvent.value);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user