mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-14 10:29:15 +08:00
feat: 日志国际化
This commit is contained in:
@@ -120,7 +120,7 @@ export async function* parseFile(options: ParseOptions): AsyncGenerator<ParseEve
|
||||
return
|
||||
}
|
||||
|
||||
console.log(`[Parser V2] 使用解析器: ${parser.feature.name}`)
|
||||
console.log(`[Parser V2] Using parser: ${parser.feature.name}`)
|
||||
yield* parser.parse(options)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user