mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
feat: 完成一大波类型修复, 虽然 any 很多
This commit is contained in:
@@ -90,7 +90,7 @@ export function useClaudeCodeHintRecommendation() {
|
||||
trigger: "hint"
|
||||
});
|
||||
if (!result.success) {
|
||||
throw new Error(result.error);
|
||||
throw new Error((result as any).error);
|
||||
}
|
||||
});
|
||||
break bb15;
|
||||
|
||||
Reference in New Issue
Block a user