Skip to content

Commit

Permalink
add space according sindresorhus#41 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
skywinder committed Sep 27, 2020
1 parent 460f59e commit 316f528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ function exit() {
output += `${cli.flags.singleLine ? ' / ' : '\n'}${data.uploadSpeed} ${data.uploadUnit}`;
}

output += "\n"

if (cli.flags.verbose) {
output += `\n${getVerboseLog()}`;
}
Expand Down

0 comments on commit 316f528

Please sign in to comment.