Skip to content

Commit 94ca3d0

Browse files
committed
CodeRabbit summary code updated
1 parent d2e6fdb commit 94ca3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/robot/pages/RobotEditPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
440440
try {
441441
action.args[0] = { ...action.args[0], __name: newName };
442442
} catch (e) {
443-
// ignore
443+
console.error('Failed to update legacy __name field:', e);
444444
}
445445
}
446446

0 commit comments

Comments
 (0)