Skip to content

Commit b12978a

Browse files
committed
chore: removed the your message
1 parent 1f9f2c9 commit b12978a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/utils/colors.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
const colors = {
44
/**
55
* info color Method
6-
* @param {?boolean} useColor - use color with your message
7-
* @param {string} msg - Your log message
6+
* @param {?boolean} useColor - use color with message
7+
* @param {string} msg - log message
88
* @returns {string}
99
*/
1010
info(useColor, msg) {
@@ -17,8 +17,8 @@ const colors = {
1717
},
1818
/**
1919
* error color Method
20-
* @param {?boolean} useColor - use color with your message
21-
* @param {string} msg - Your log message
20+
* @param {?boolean} useColor - use color with message
21+
* @param {string} msg - log message
2222
* @returns {string}
2323
*/
2424
error(useColor, msg) {

0 commit comments

Comments
 (0)