When restoring multiple packages from a package config file creates duplicate progress messages after the first package have been installed.
I.E:
On the first package, only 1 progress message is displayed,
on the second package, two progress messages is displayed,
on the third package, three progress messages is displayed.
This continues to add one more progress message on each package until it hit some kind of threshold.
What is Expected?
Expects only one progress message per package to be displayed.
How Did You Get This To Happen? (Steps to Reproduce)
What You Are Seeing?
When restoring multiple packages from a package config file creates duplicate progress messages after the first package have been installed. I.E: On the first package, only 1 progress message is displayed, on the second package, two progress messages is displayed, on the third package, three progress messages is displayed. This continues to add one more progress message on each package until it hit some kind of threshold.
What is Expected?
Expects only one progress message per package to be displayed.
How Did You Get This To Happen? (Steps to Reproduce)
Create the following package config file:
then run
choco install 'path\to\config\file
Output Log
Unfortunately wasn't able to get the log itself this time, if it is truly needed in this case then I'll try running it again.
Environment
choco version: 0.10.4