Skip to content

Commit 5e5fc7b

Browse files
committed
todo
1 parent edca8ad commit 5e5fc7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codex-rs/core/src/codex.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2094,6 +2094,7 @@ async fn run_turn(
20942094
)
20952095
.await
20962096
{
2097+
// todo(aibrahim): map special cases and ? on other errors
20972098
Ok(output) => return Ok(output),
20982099
Err(CodexErr::TurnAborted) => {
20992100
return Err(CodexErr::TurnAborted);

0 commit comments

Comments
 (0)