mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 13:55:50 +00:00
refactor: 大规模迁移原有组件到 ink 包内
This commit is contained in:
@@ -18,7 +18,7 @@ let pump: ReturnType<typeof setInterval> | undefined
|
||||
let pending = 0
|
||||
|
||||
function drainTick(cu: ReturnType<typeof requireComputerUseSwift>): void {
|
||||
;(cu as any)._drainMainRunLoop()
|
||||
;(cu as any)?._drainMainRunLoop?.()
|
||||
}
|
||||
|
||||
function retain(): void {
|
||||
|
||||
Reference in New Issue
Block a user