Commit 1b7aaed
fix(monitor): replace catch unreachable with try in eternal_monitor.zig init
Replace catch unreachable with try for ArrayList initialization to properly
propagate allocation errors instead of crashing on OOM.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 907b37b commit 1b7aaed
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
| 135 | + | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments