()
| 75214 | walkPhases(); |
| 75215 | if (result.length <= initialResultLength && iteration > 1) { |
| 75216 | throw new Error("Cannot satisfy policy dependencies due to requirements cycle."); |
| 75217 | } |
| 75218 | } |
| 75219 | return result; |
| 75220 | } |
| 75221 | }; |
no test coverage detected
searching dependent graphs…