space outputs in shell mode (#469)
This commit is contained in:
parent
01c28df8b2
commit
01dbc61d1c
|
@ -139,7 +139,7 @@ export const useShellCommandProcessor = (
|
|||
addItemToHistory({ type: 'error', text }, userMessageTimestamp);
|
||||
} else {
|
||||
addItemToHistory(
|
||||
{ type: 'info', text: output },
|
||||
{ type: 'info', text: output + '\n' },
|
||||
userMessageTimestamp,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue