Skip to content

Commit 3c3cffa

Browse files
committed
Cleanup output
1 parent eadaf36 commit 3c3cffa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/download-screensavers.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ async function main() {
4545

4646
const p = new Package({
4747
repo: `${owner}/${repo}`,
48-
dest: dest,
49-
log: console.log
48+
dest: dest
5049
});
5150

5251
await p.downloadRelease(url, dest);

0 commit comments

Comments
 (0)