mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
space outputs in shell mode (#469)
This commit is contained in:
@@ -139,7 +139,7 @@ export const useShellCommandProcessor = (
|
||||
addItemToHistory({ type: 'error', text }, userMessageTimestamp);
|
||||
} else {
|
||||
addItemToHistory(
|
||||
{ type: 'info', text: output },
|
||||
{ type: 'info', text: output + '\n' },
|
||||
userMessageTimestamp,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user