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
5fafd6adf1
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export async function downloadFileToLocation(
|
|||
})
|
||||
: process.stdout,
|
||||
})
|
||||
progressBar.start(length as number, receivedBytes)
|
||||
progressBar.start(length as any, receivedBytes)
|
||||
|
||||
data.on('data', (chunk: { length: number }) => {
|
||||
receivedBytes += chunk.length
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue