mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
Merge branch 'main' into dependabot/npm_and_yarn/axios-0.30.0
This commit is contained in:
commit
1246d22ba5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export async function downloadFileToLocation(
|
||||||
})
|
})
|
||||||
: process.stdout,
|
: process.stdout,
|
||||||
})
|
})
|
||||||
progressBar.start(length, receivedBytes)
|
progressBar.start(length as number, receivedBytes)
|
||||||
|
|
||||||
data.on('data', (chunk: { length: number }) => {
|
data.on('data', (chunk: { length: number }) => {
|
||||||
receivedBytes += chunk.length
|
receivedBytes += chunk.length
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue