mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
space outputs in shell mode (#469)
This commit is contained in:
@@ -139,7 +139,7 @@ export const useShellCommandProcessor = (
|
|||||||
addItemToHistory({ type: 'error', text }, userMessageTimestamp);
|
addItemToHistory({ type: 'error', text }, userMessageTimestamp);
|
||||||
} else {
|
} else {
|
||||||
addItemToHistory(
|
addItemToHistory(
|
||||||
{ type: 'info', text: output },
|
{ type: 'info', text: output + '\n' },
|
||||||
userMessageTimestamp,
|
userMessageTimestamp,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user