mirror of
https://github.com/langgenius/dify.git
synced 2025-12-19 22:28:46 +00:00
chore: remove chinese comment
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user