mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +03:00
Simplify subscribers
This commit is contained in:
@@ -78,7 +78,7 @@ async fn assert_exec_process_starts_and_exits(use_remote: bool) -> Result<()> {
|
||||
|
||||
async fn collect_process_output_from_events(
|
||||
session: Arc<dyn ExecProcess>,
|
||||
mut events: mpsc::UnboundedReceiver<ExecSessionEvent>,
|
||||
mut events: mpsc::Receiver<ExecSessionEvent>,
|
||||
) -> Result<(String, i32, bool)> {
|
||||
let mut output = String::new();
|
||||
let mut exit_code = None;
|
||||
|
||||
Reference in New Issue
Block a user