Commit c51732a
🐛 Fix exit code handling in orchestrator
Simplify condition from 'if code and code != 0' to 'if code != 0'.
Previous logic was correct but unnecessarily complex.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 31bf67e commit c51732a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments