mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Update src/api/providers/claude-code.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
0393752e2d
commit
6baac9147f
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ export class ClaudeCodeHandler extends BaseProvider implements ApiHandler {
|
|||
}
|
||||
}
|
||||
|
||||
// TOOD: Validate instead of parsing
|
||||
// TODO: Validate instead of parsing
|
||||
private attemptParseChunk(data: string): ClaudeCodeMessage | null {
|
||||
try {
|
||||
return JSON.parse(data)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue