Skip to content

Commit

Permalink
fix: add percentage into stat
Browse files Browse the repository at this point in the history
  • Loading branch information
Newton Koumantzelis committed Apr 17, 2020
1 parent b3378ea commit 4508791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function cli (options) {
options.spinner = ora();
options.spinner.start(`Attempting to calculate the median usage`);
const median = api.getMedian(file.toJSON(browserstats));
const statStr = `> ${median} in my stats`;
const statStr = `> ${median}% in my stats`;
options.spinner.text = `Calculated median usage`;

switch (options._[0]) {
Expand Down

0 comments on commit 4508791

Please sign in to comment.