Reset processedCount when downloading all artifacts (#889)

This commit is contained in:
campersau
2021-11-29 23:28:03 +01:00
committed by GitHub
parent e9b0746ee3
commit e19e4261da

View File

@@ -24,6 +24,7 @@ export class StatusReporter {
setTotalNumberOfFilesToProcess(fileTotal: number): void {
this.totalNumberOfFilesToProcess = fileTotal
this.processedCount = 0
}
start(): void {