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);
|
addItemToHistory({ type: 'error', text }, userMessageTimestamp);
|
||||||
} else {
|
} else {
|
||||||
addItemToHistory(
|
addItemToHistory(
|
||||||
{ type: 'info', text: output },
|
{ type: 'info', text: output + '\n' },
|
||||||
userMessageTimestamp,
|
userMessageTimestamp,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue