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

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,
);
}