Skip to content

Commit fcb0c8b

Browse files
elukoyanovVorobeyko
authored andcommitted
fix: update JSDoc for say (#2057)
1 parent 9257511 commit fcb0c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/output.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ module.exports = {
212212
*
213213
* Print a text in console log
214214
* @param {string} message
215-
* @param {string} color
215+
* @param {string} [color]
216216
*/
217217
say(message, color = 'cyan') {
218218
if (outputLevel >= 1) print(` ${colors[color].bold(message)}`);

0 commit comments

Comments
 (0)