Commit 669b1f2
fix(framework): add null/0 return after while(flag) loops in SolidityNode
Compiler requires explicit return values when while(flag) can exit
without entering the loop body (e.g. during shutdown).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 21b16ea commit 669b1f2
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
| |||
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
| 199 | + | |
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
| |||
0 commit comments