mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 18:44:30 -07:00
Make console message support more robust to logging in the middle of rendering. (#521)
This commit is contained in:
@@ -40,6 +40,7 @@ export const useConsolePatcher = ({
|
||||
onNewMessage({
|
||||
type,
|
||||
content: formatArgs(args),
|
||||
count: 1,
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user