Skip to content

Commit

Permalink
doc: fix jsdoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgruber committed Mar 25, 2022
1 parent 0688c17 commit a54bd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const stripAnsi = require('strip-ansi');
const stripFnStart = require('./stripFnStart');

/**
* Return a classname based on percentage
* Logger utility
*
* @param {String} msg - message to log
* @param {String} level - log level [log, info, warn, error]
Expand Down

0 comments on commit a54bd09

Please sign in to comment.