feat: 日志国际化

This commit is contained in:
digua
2026-02-13 13:59:01 +08:00
committed by digua
parent 1b8bbb6e49
commit d52769ce46
35 changed files with 352 additions and 352 deletions
+1 -1
View File
@@ -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)
}