Skip to content

Commit a90ba8e

Browse files
hanslmgechev
authored andcommitted
fix(@angular-devkit/architect-cli): remove any throttling of the progress bar
Sometimes it would miss the last update and it showed up at completed but the bar would not be at 100%.
1 parent d84332b commit a90ba8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular_devkit/architect_cli/src/progress.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export class MultiProgressBar<Key, T> {
1818
const value = {
1919
data,
2020
bar: new ProgressBar(this._status, {
21+
renderThrottle: 0,
2122
clear: true,
2223
total: 1,
2324
width: width,

0 commit comments

Comments
 (0)