mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
58ddd8bff6
When a new branch is created for a feature, it may not exist in the downstream repo. For example, during an exceptional minor release. In such scenarios, we fallback to the last known branch. This was previously handled in a catch block, but this change makes the fallback more explicit. PR Close #63733