Skip to content

Commit f02ab07

Browse files
authored
Update utilities.js
quick fix for #3
1 parent 84824bd commit f02ab07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export async function extractNpmArchiveTo(packageBuffer, target) {
122122

123123
export async function trackProgress(cb) {
124124

125-
let pace = new Progress(`:bar :current/:total (:elapsed)`, {width: 80, total: 1});
125+
let pace = new Progress(`:bar :current/:total (:elapseds)`, {width: 80, total: 1});
126126

127127
try {
128128

0 commit comments

Comments
 (0)