mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
Make console message support more robust to logging in the middle of rendering. (#521)
This commit is contained in:
parent
7a3a9066f9
commit
1c3d9d7623
6 changed files with 313 additions and 16 deletions
|
|
@ -40,6 +40,7 @@ export const useConsolePatcher = ({
|
|||
onNewMessage({
|
||||
type,
|
||||
content: formatArgs(args),
|
||||
count: 1,
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue