You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line here adds all the aliases, but from inside the loop, so the second alias check run will always find itself (since it was added in the last loop).
Either move that push() outside the inner loop or only push the current alias.
Activity
fix(@angular-devkit/schematics): fix declaring multiple aliases
fix(@angular-devkit/schematics): fix declaring multiple aliases
fix(@angular-devkit/schematics): fix declaring multiple aliases
angular-automatic-lock-bot commentedon Sep 8, 2019
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.