space outputs in shell mode (#469)

This commit is contained in:
Olcan 2025-05-21 12:59:23 -07:00 committed by GitHub
parent 01c28df8b2
commit 01dbc61d1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ export const useShellCommandProcessor = (
addItemToHistory({ type: 'error', text }, userMessageTimestamp);
} else {
addItemToHistory(
{ type: 'info', text: output },
{ type: 'info', text: output + '\n' },
userMessageTimestamp,
);
}