Skip to content

Commit

Permalink
fix-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maidh91 committed Dec 3, 2024
1 parent e930749 commit 32b5463
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,11 @@ async function download (key, all = false) {
* @param {Hyperdrive} drive
*/
function monitorDrive (drive) {
if (!isTTY) return {
clear: () => null,
stop: () => null
if (!isTTY) {
return {
clear: () => null,
stop: () => null
}
}

const downloadSpeedometer = speedometer()
Expand Down

0 comments on commit 32b5463

Please sign in to comment.