mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-23 08:45:50 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -748,10 +748,14 @@ describe('forwardSessionUpdates', () => {
|
||||
ac.signal.addEventListener = addEventListener
|
||||
ac.signal.removeEventListener = removeEventListener
|
||||
|
||||
const msgs = Array.from({ length: 10_000 }, () => ({
|
||||
type: 'system',
|
||||
subtype: 'api_retry',
|
||||
}) as unknown as SDKMessage)
|
||||
const msgs = Array.from(
|
||||
{ length: 10_000 },
|
||||
() =>
|
||||
({
|
||||
type: 'system',
|
||||
subtype: 'api_retry',
|
||||
}) as unknown as SDKMessage,
|
||||
)
|
||||
|
||||
const result = await forwardSessionUpdates(
|
||||
's1',
|
||||
|
||||
Reference in New Issue
Block a user