Skip to content

Commit 316f528

Browse files
committed
add space according sindresorhus#41 (comment)
1 parent 460f59e commit 316f528

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ function exit() {
9999
output += `${cli.flags.singleLine ? ' / ' : '\n'}${data.uploadSpeed} ${data.uploadUnit}`;
100100
}
101101

102+
output += "\n"
103+
102104
if (cli.flags.verbose) {
103105
output += `\n${getVerboseLog()}`;
104106
}

0 commit comments

Comments
 (0)