mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-19 06:45:50 +00:00
feat: 添加服务层增强与零散改进
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1444,6 +1444,7 @@ export const connectToServer = memoize(
|
||||
}
|
||||
|
||||
// Wait for graceful shutdown with rapid escalation (total 500ms to keep CLI responsive)
|
||||
// biome-ignore lint/suspicious/noAsyncPromiseExecutor: async needed for sequential await inside executor
|
||||
await new Promise<void>(async resolve => {
|
||||
let resolved = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user