Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

Commit

Permalink
🔧 Log a newline
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Sep 4, 2018
1 parent 2b244e6 commit eb9b5e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ function downloadTools(installer: Installer): Promise<string> {
if (IS_DRY_RUN) {
nuggetCallback();
} else {
// Log double newline because Nugget is the worst about overwriting
// output
log('\n');
nugget(installer.url, nuggetOptions, nuggetCallback);
}
});
Expand Down

0 comments on commit eb9b5e4

Please sign in to comment.