mirror of https://github.com/langgenius/dify.git
chore: remove chinese comment
This commit is contained in:
parent
5012685aa9
commit
19de28aeea
|
|
@ -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
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue