Skip to content

Commit cab2ea7

Browse files
committed
Fix stray
1 parent 49964a9 commit cab2ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/assistant-message/presentAssistantMessage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export async function presentAssistantMessage(cline: Task) {
225225
return `[${block.name} in ${modeName} mode: '${message}']`
226226
}
227227
case "terminal_kill":
228-
return `[${block.name}']`
228+
return `[${block.name}]`
229229
case "run_slash_command":
230230
return `[${block.name} for '${block.params.command}'${block.params.args ? ` with args: ${block.params.args}` : ""}]`
231231
case "generate_image":

0 commit comments

Comments
 (0)