chore: remove chinese comment

This commit is contained in:
Joel 2025-12-02 22:09:31 +08:00
parent 5012685aa9
commit 19de28aeea
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ function getFileComplexity(filePath) {
functionComplexities.push({ functionComplexities.push({
line: msg.line, line: msg.line,
// functionName: extractFunctionName(code, msg.line), // 可选:尝试获取函数名 // functionName: extractFunctionName(code, msg.line),
score: score, score: score,
// message: msg.message // message: msg.message
}); });