mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tweak
Some checks failed
generate / generate (push) Has been cancelled
publish / publish (push) Has been cancelled
test / test (push) Has been cancelled
Update Nix Hashes / update (push) Has been cancelled
publish / publish-tauri (map[host:blacksmith-4vcpu-ubuntu-2404 target:x86_64-unknown-linux-gnu]) (push) Has been cancelled
publish / publish-tauri (map[host:blacksmith-4vcpu-windows-2025 target:x86_64-pc-windows-msvc]) (push) Has been cancelled
publish / publish-tauri (map[host:macos-latest target:aarch64-apple-darwin]) (push) Has been cancelled
publish / publish-tauri (map[host:macos-latest target:x86_64-apple-darwin]) (push) Has been cancelled
Some checks failed
generate / generate (push) Has been cancelled
publish / publish (push) Has been cancelled
test / test (push) Has been cancelled
Update Nix Hashes / update (push) Has been cancelled
publish / publish-tauri (map[host:blacksmith-4vcpu-ubuntu-2404 target:x86_64-unknown-linux-gnu]) (push) Has been cancelled
publish / publish-tauri (map[host:blacksmith-4vcpu-windows-2025 target:x86_64-pc-windows-msvc]) (push) Has been cancelled
publish / publish-tauri (map[host:macos-latest target:aarch64-apple-darwin]) (push) Has been cancelled
publish / publish-tauri (map[host:macos-latest target:x86_64-apple-darwin]) (push) Has been cancelled
This commit is contained in:
parent
9dd655cbfb
commit
63603317ab
1 changed files with 1 additions and 1 deletions
|
|
@ -1365,7 +1365,7 @@ export namespace SessionPrompt {
|
|||
})
|
||||
|
||||
if (aborted) {
|
||||
output += ["<metadata>", "User aborted the command", "</metadata>"].join("\n")
|
||||
output += "\n\n" + ["<metadata>", "User aborted the command", "</metadata>"].join("\n")
|
||||
}
|
||||
msg.time.completed = Date.now()
|
||||
await Session.updateMessage(msg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue