mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-23 00:35:51 +00:00
feat: 全部类型问题解决
This commit is contained in:
@@ -288,7 +288,7 @@ function makeDreamProgressWatcher(
|
||||
let text = ''
|
||||
let toolUseCount = 0
|
||||
const touchedPaths: string[] = []
|
||||
const contentBlocks = msg.message.content as ContentBlockParam[]
|
||||
const contentBlocks = msg.message!.content as ContentBlockParam[]
|
||||
for (const block of contentBlocks) {
|
||||
if (block.type === 'text') {
|
||||
text += block.text
|
||||
|
||||
Reference in New Issue
Block a user