mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-14 22:02:59 -07:00
fix: format
This commit is contained in:
@@ -1180,9 +1180,12 @@ Logging in with Google... Restarting Gemini CLI to continue.
|
||||
[config, getPreferredEditor],
|
||||
);
|
||||
|
||||
useEffect(() => () => {
|
||||
useEffect(
|
||||
() => () => {
|
||||
streamAgent?.dispose?.();
|
||||
}, [streamAgent]);
|
||||
},
|
||||
[streamAgent],
|
||||
);
|
||||
|
||||
const activeStream = streamAgent
|
||||
? // eslint-disable-next-line react-hooks/rules-of-hooks
|
||||
|
||||
Reference in New Issue
Block a user