Commit c507ae8
fix(cmd): replace catch {} with error logging in command_interface.zig (#181)
Replace silent error swallowing in listCategory() and listMcpTools()
with proper std.log.warn() calls to log OOM failures.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 907b37b commit c507ae8
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
180 | 182 | | |
181 | 183 | | |
182 | 184 | | |
| |||
244 | 246 | | |
245 | 247 | | |
246 | 248 | | |
247 | | - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
248 | 252 | | |
249 | 253 | | |
250 | 254 | | |
| |||
0 commit comments