chore: generate
This commit is contained in:
parent
d29f5eba92
commit
237595e242
4 changed files with 6 additions and 18 deletions
|
|
@ -2083,10 +2083,7 @@ function Shell(props: ToolProps) {
|
|||
onClick={collapsed().overflow ? () => setExpanded((prev) => !prev) : undefined}
|
||||
>
|
||||
<box gap={1}>
|
||||
<Show
|
||||
when={isRunning()}
|
||||
fallback={<text fg={theme.text}>$ {stringValue(props.input.command)}</text>}
|
||||
>
|
||||
<Show when={isRunning()} fallback={<text fg={theme.text}>$ {stringValue(props.input.command)}</text>}>
|
||||
<Spinner color={theme.text}>{stringValue(props.input.command)}</Spinner>
|
||||
</Show>
|
||||
<Show when={output()}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue