Merge branch 'v2' into v2

This commit is contained in:
ycxom 2025-02-07 14:15:02 +08:00 committed by GitHub
commit 799b3a0769
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 42 additions and 26 deletions

View file

@ -15,7 +15,7 @@ export function filterResponseChunk (msg) {
if (msg.trim() === '<EMPTY>') {
return false
}
msg = trimSpecific(msg, '<EMPTY')
msg = trimSpecific(msg, '<EMPTY>')
return msg
}