1
0
Fork 0

Reset processedCount when downloading all artifacts (#889)

pull/949/head
campersau 2021-11-29 23:28:03 +01:00 committed by GitHub
parent e9b0746ee3
commit e19e4261da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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