Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The loop in getResourcesToBeCreated() pushes items into the array that it is iterating over. However, there was no check for cycles, meaning that circular dependencies pushes resources into the array until an out of memory error occurs. This commit adds a check to prevent adding the same item to the array more than once. Co-authored-by: Ihrig <[email protected]>
- Loading branch information