diff --git a/web/calculate-complexity.js b/web/calculate-complexity.js index 3b95254edb..1b10428e66 100644 --- a/web/calculate-complexity.js +++ b/web/calculate-complexity.js @@ -49,7 +49,7 @@ function getFileComplexity(filePath) { functionComplexities.push({ line: msg.line, - // functionName: extractFunctionName(code, msg.line), // 可选:尝试获取函数名 + // functionName: extractFunctionName(code, msg.line), score: score, // message: msg.message });