mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
style: 修复所有 lint 错误,覆盖 @ant forked 代码
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -118,8 +118,6 @@ export class ACPClient {
|
||||
reject: (err: Error) => void
|
||||
timer: ReturnType<typeof setTimeout>
|
||||
} | null = null
|
||||
// Tracks the session ID being targeted by a load/resume operation
|
||||
private pendingSessionTarget: string | null = null
|
||||
|
||||
private connectResolve: ((value: undefined) => void) | null = null
|
||||
private connectReject: ((error: Error) => void) | null = null
|
||||
|
||||
Reference in New Issue
Block a user