job51-gitlab-cr-node-jt-1 2.4.0 → 2.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -262,7 +262,7 @@ ${diffObject.diff}`;
|
|
|
262
262
|
//若结果为空,则记录日志
|
|
263
263
|
if (!claudeResult) {
|
|
264
264
|
debugLog(`本地AI命令审核结果为空`);
|
|
265
|
-
return { reportContent:
|
|
265
|
+
return { reportContent: '<REPORT>\n## 🤖 AI 代码审查结果\n\n</REPORT>', lineInfo: '[]' };
|
|
266
266
|
}
|
|
267
267
|
debugLog(`本地 AI 命令审核完成,审核结果长度:${claudeResult?.length || 0}`);
|
|
268
268
|
|