Commit 37f733d
fix(cli): reject zero and negative --timeout values
Replace NaN-only guard with `> 0` which also rejects zero, negative,
and NaN values — all of which cause immediate spurious timeouts.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d591af5 commit 37f733d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments