Skip to content

Commit

Permalink
ugh formatter versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpbrewster committed Nov 1, 2018
1 parent 8407c66 commit 581c81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy/hosting/uploader.js
Expand Up @@ -26,7 +26,7 @@ function _progressMessage(message, current, total) {
"/" +
total +
"] (" +
clc.bold.green(Math.floor(current * 1.0 / total * 100).toString() + "%") +
clc.bold.green(Math.floor(((current * 1.0) / total) * 100).toString() + "%") +
")"
);
}
Expand Down

0 comments on commit 581c81e

Please sign in to comment.