mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
fix error log on streamtext
This commit is contained in:
parent
d24de793f2
commit
2c6d77b859
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ export const createAgentStream = async ({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
onError: (error) => {
|
onError: (error) => {
|
||||||
logger.error(error);
|
logger.error(error.error);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue