Skip to content

Commit

Permalink
txt
Browse files Browse the repository at this point in the history
  • Loading branch information
maidh91 committed Dec 2, 2024
1 parent 51245c1 commit 483b580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ async function monitorDriveKey (drive) {
const speed = downloadSpeedometer(bytes)
process.stdout.clearLine();
process.stdout.cursorTo(0);
process.stdout.write(`Downloaded: ${byteSize(downloadedBytes)}. Speed: ${byteSize(speed)}/s`);
process.stdout.write(`Downloaded: ${byteSize(downloadedBytes)} - Speed: ${byteSize(speed)}/s`);
})
}

0 comments on commit 483b580

Please sign in to comment.