Skip to content

Commit 6e25b12

Browse files
committed
Remove early return check for before_checkpoint to proceed with processing even if checkpoint creation fails
1 parent b1f5e62 commit 6e25b12

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/vscode/src/commands/apply-chat-response-command/apply-chat-response-command.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ export const apply_chat_response_command = (params: {
134134
args?.raw_instructions
135135
)
136136

137-
if (!before_checkpoint) {
138-
return
139-
}
140137
const review_data = await process_chat_response(
141138
args,
142139
chat_response,

0 commit comments

Comments
 (0)