mirror of
https://github.com/actions/toolkit.git
synced 2026-08-08 00:00:33 +02:00
Reset processedCount when downloading all artifacts (#889)
This commit is contained in:
@@ -24,6 +24,7 @@ export class StatusReporter {
|
||||
|
||||
setTotalNumberOfFilesToProcess(fileTotal: number): void {
|
||||
this.totalNumberOfFilesToProcess = fileTotal
|
||||
this.processedCount = 0
|
||||
}
|
||||
|
||||
start(): void {
|
||||
|
||||
Reference in New Issue
Block a user