Skip to content

Commit

Permalink
Cleanup output
Browse files Browse the repository at this point in the history
  • Loading branch information
muffinista committed Mar 12, 2024
1 parent eadaf36 commit 3c3cffa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/download-screensavers.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ async function main() {

const p = new Package({
repo: `${owner}/${repo}`,
dest: dest,
log: console.log
dest: dest
});

await p.downloadRelease(url, dest);
Expand Down

0 comments on commit 3c3cffa

Please sign in to comment.