tgz: add fileCount to integrity
This commit is contained in:
@@ -22,8 +22,8 @@ class ProgressStream extends TransformStream {
|
||||
}
|
||||
|
||||
stats() {
|
||||
const totalSecs = Math.round((Date.now() - this.#startTime)/1000);
|
||||
return { startTime: this.#startTime, totalSecs, transferred: this.#transferred };
|
||||
const totalMsecs = (Date.now() - this.#startTime)/1000;
|
||||
return { startTime: this.#startTime, totalMsecs, transferred: this.#transferred };
|
||||
}
|
||||
|
||||
_start() {
|
||||
|
||||
Reference in New Issue
Block a user