Commit 6aa3bf1
fix(orchestrator): join() requires separator arg in Groovy
ArrayList.join() with no args is valid in JS but not Groovy, causing
MissingMethodException in the build-graph comparison matrix. Pass ', '
explicitly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c54e215 commit 6aa3bf1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
610 | | - | |
| 610 | + | |
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
| |||
0 commit comments