Commit cf5a3a8
fix: create bench/ dir before opening server log (fresh-checkout crash)
Server.__enter__ opened the log file before mkdir -p bench, so the first run on a
clean checkout (bench/ is gitignored) crashed with FileNotFoundError. Reorder.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 77cd860 commit cf5a3a8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | 71 | | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments