mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-08-04 12:18:20 +00:00
Update subprocess_cli.py
This commit is contained in:
parent
f73b7c60fe
commit
896679f58e
1 changed files with 2 additions and 1 deletions
|
@ -198,6 +198,7 @@ class SubprocessCLITransport(Transport):
|
|||
logger.warning("JSON buffer exceeded 1MB limit. Discarding buffered data: %s", json_buffer[:200])
|
||||
json_buffer = ""
|
||||
continue
|
||||
|
||||
try:
|
||||
data = json.loads(json_buffer)
|
||||
yield data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue