refactor(agent): return request retry action
This commit is contained in:
@@ -54,7 +54,6 @@ function agentForCwd(cwd: string): Agent {
|
||||
return AgentMessageId('stub')
|
||||
},
|
||||
cancel() {},
|
||||
retry() {},
|
||||
whenIdle: () => Promise.resolve(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user