mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-24 17:15:50 +00:00
feat: 大规模清理 claude 的类型问题及依赖
This commit is contained in:
@@ -224,7 +224,7 @@ async function executeBYOCPersistence(
|
||||
} else {
|
||||
failedFiles.push({
|
||||
filename: result.path,
|
||||
error: result.error,
|
||||
error: (result as { path: string; error: string; success: false }).error,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user