Commit 6468ed6
fix(codex): add missing closing fence in resumed-session bash block
The bash block opened at the "For a resumed session" section was missing
its closing ``` fence. Prose text with backtick-quoted identifiers (e.g.
`SESSION_ID:<id>`) was being parsed as shell code, causing bash -n to
report "unexpected EOF while looking for matching `".
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent cf50443 commit 6468ed6
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1440 | 1440 | | |
1441 | 1441 | | |
1442 | 1442 | | |
| 1443 | + | |
1443 | 1444 | | |
1444 | 1445 | | |
1445 | 1446 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
| 564 | + | |
564 | 565 | | |
565 | 566 | | |
566 | 567 | | |
| |||
0 commit comments