mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-29 16:22:43 +08:00
refactor: 代码格式化
This commit is contained in:
@@ -275,7 +275,7 @@ async function* parseLINE(options: ParseOptions): AsyncGenerator<ParseEvent, voi
|
||||
// 尝试解析消息行
|
||||
const msgPattern = useTabSeparator ? PRIVATE_MSG_PATTERN : GROUP_MSG_PATTERN
|
||||
const msgMatch = line.match(msgPattern)
|
||||
|
||||
|
||||
// 调试前几行
|
||||
if (debugLogCount < 5 && line.trim()) {
|
||||
onLog?.('debug', `LINE 行[${i}]: "${line.substring(0, 50)}..." match=${!!msgMatch}`)
|
||||
|
||||
Reference in New Issue
Block a user