mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
895e2d056f
Get rid of an `expect()` that caused a `panic` in the TUI <img width="1320" height="415" alt="Screenshot 2026-04-16 at 15 30 20" src="https://github.com/user-attachments/assets/588aaf6f-b009-4b58-8daf-56c3a9d6fe3b" /> Basically in `from_absolute_path` there is a `absolutize::absolutize` that calls a `current_dir()` . But the dir in which Codex was running got re-generated (because of Codex I guess but I can't exactly see the source). So `current_dir()` returns an `ENOENT` and 💥
895e2d056f
·
2026-04-16 15:51:52 +01:00
History