mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
In some cases, when a migration fails an error is not thrown, instead the `executeMigration` return a `false` value when resolved. With this change, we fix an issue were failed migrations resulted in the process of not terminating with a non-zero error code.