mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-24 09:05:50 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -224,7 +224,8 @@ async function executeBYOCPersistence(
|
||||
} else {
|
||||
failedFiles.push({
|
||||
filename: result.path,
|
||||
error: (result as { path: string; error: string; success: false }).error,
|
||||
error: (result as { path: string; error: string; success: false })
|
||||
.error,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user