mirror of
https://github.com/openai/codex.git
synced 2026-09-09 15:58:47 +00:00
codex: address PR review feedback (#17580)
This commit is contained in:
@@ -235,8 +235,8 @@ impl Session {
|
||||
return;
|
||||
}
|
||||
match self.maybe_start_pending_message().await {
|
||||
PendingMessageStart::Started | PendingMessageStart::NotReady => return,
|
||||
PendingMessageStart::None => {}
|
||||
PendingMessageStart::Started => return,
|
||||
PendingMessageStart::NotReady | PendingMessageStart::None => {}
|
||||
}
|
||||
self.try_start_pending_timer(RecurringTimerPolicy::IncludeAll)
|
||||
.await;
|
||||
|
||||
Reference in New Issue
Block a user