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

This commit is contained in:
Aiden Cline 2025-12-12 15:49:01 -06:00
parent 9dd655cbfb
commit 63603317ab

View file

@ -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)