Skip to content

Commit

Permalink
🆕 Show progress even when one package is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
steelbrain committed Feb 16, 2016
1 parent 6d170ad commit a49cab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class View {
}
advance() {
this.completed++
if (this.completed > 1) {
if (this.completed) {
this.progress.value = this.completed
}
}
Expand Down

0 comments on commit a49cab5

Please sign in to comment.