mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
90b4be182d
When fetch is run in normal mode, the `git-fetch-pack` plumbing command outputs progress to stderr. Since this is unnecessary progress information for ng-dev usages, it should be suppressed instead. PR Close #39503