mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
nit
This commit is contained in:
@@ -909,7 +909,9 @@ impl App {
|
||||
AppEvent::ExternalThreadEvent { thread_id, event } => {
|
||||
if matches!(
|
||||
event.msg,
|
||||
EventMsg::ExecApprovalRequest(_) | EventMsg::ApplyPatchApprovalRequest(_)
|
||||
EventMsg::ExecApprovalRequest(_)
|
||||
| EventMsg::ApplyPatchApprovalRequest(_)
|
||||
| EventMsg::RequestUserInput(_)
|
||||
) {
|
||||
self.handle_external_approval_request(thread_id, event);
|
||||
return Ok(AppRunControl::Continue);
|
||||
|
||||
Reference in New Issue
Block a user