diff options
| author | GitHub Action <[email protected]> | 2026-01-25 00:35:22 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2026-01-25 00:37:59 +0000 |
| commit | 460513a83530d76bd5c3aa61c2e4e6b0dcce8536 (patch) | |
| tree | 9f4766c2246ea2fc7f9dd566040cf62924ca7523 | |
| parent | 33298e87758685d6bea5b230a0133902ca66807c (diff) | |
| download | opencode-460513a83530d76bd5c3aa61c2e4e6b0dcce8536.tar.gz opencode-460513a83530d76bd5c3aa61c2e4e6b0dcce8536.zip | |
chore: generate
| -rw-r--r-- | packages/app/src/components/prompt-input.tsx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/packages/app/src/components/prompt-input.tsx b/packages/app/src/components/prompt-input.tsx index d72f20b27..074a03582 100644 --- a/packages/app/src/components/prompt-input.tsx +++ b/packages/app/src/components/prompt-input.tsx @@ -900,7 +900,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => { .abort({ sessionID, }) - .catch(() => { }) + .catch(() => {}) } const addToHistory = (prompt: Prompt, mode: "normal" | "shell") => { @@ -1324,18 +1324,18 @@ export const PromptInput: Component<PromptInputProps> = (props) => { const contextParts: Array< | { - id: string - type: "text" - text: string - synthetic?: boolean - } + id: string + type: "text" + text: string + synthetic?: boolean + } | { - id: string - type: "file" - mime: string - url: string - filename?: string - } + id: string + type: "file" + mime: string + url: string + filename?: string + } > = [] const commentNote = (path: string, selection: FileSelection | undefined, comment: string) => { |
