Skip to content

Commit d12a1d0

Browse files
committed
Update run.py
1 parent 71c5853 commit d12a1d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • llms/extensions/computer_use

llms/extensions/computer_use/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ async def run(
2929
return (
3030
process.returncode or 0,
3131
maybe_truncate(stdout.decode(), truncate_after=truncate_after),
32+
maybe_truncate(stderr.decode(), truncate_after=truncate_after),
3233
)
3334
except asyncio.TimeoutError as exc:
3435
with contextlib.suppress(ProcessLookupError):

0 commit comments

Comments
 (0)