Skip to content

Commit

Permalink
fix(@angular-devkit/architect-cli): remove any throttling of the prog…
Browse files Browse the repository at this point in the history
…ress bar

Sometimes it would miss the last update and it showed up at completed but the bar
would not be at 100%.
  • Loading branch information
hansl authored and mgechev committed Feb 27, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d84332b commit a90ba8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/angular_devkit/architect_cli/src/progress.ts
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@ export class MultiProgressBar<Key, T> {
const value = {
data,
bar: new ProgressBar(this._status, {
renderThrottle: 0,
clear: true,
total: 1,
width: width,

0 comments on commit a90ba8e

Please sign in to comment.