mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-20 23:10:48 -07:00
Migrate console to coreEvents.emitFeedback or debugLogger (#15219)
This commit is contained in:
@@ -1159,7 +1159,7 @@ describe('EditTool', () => {
|
||||
result.returnDisplay.diffStat?.model_removed_lines,
|
||||
);
|
||||
} else if (result.error) {
|
||||
console.error(`Edit failed for ${file.path}:`, result.error);
|
||||
throw result.error;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user