We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9f2c9 commit b12978aCopy full SHA for b12978a
lib/utils/colors.js
@@ -3,8 +3,8 @@
3
const colors = {
4
/**
5
* info color Method
6
- * @param {?boolean} useColor - use color with your message
7
- * @param {string} msg - Your log message
+ * @param {?boolean} useColor - use color with message
+ * @param {string} msg - log message
8
* @returns {string}
9
*/
10
info(useColor, msg) {
@@ -17,8 +17,8 @@ const colors = {
17
},
18
19
* error color Method
20
21
22
23
24
error(useColor, msg) {
0 commit comments