Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 9780d09

Browse files
committed
Tweak download output format because that's just who I am
1 parent f125dc7 commit 9780d09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script/download-gpg.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ function download(url: string, destPath: string) {
4444

4545
const len = parseInt(res.headers["content-length"] || "0", 10);
4646

47-
console.log();
48-
const bar = new Progress("Downloading GPG [:bar] :percent :etas", {
47+
const bar = new Progress("[:bar] :percent :etas", {
4948
complete: "=",
5049
incomplete: " ",
5150
width: 50,

0 commit comments

Comments
 (0)