Skip to content

Commit c6a19d7

Browse files
authored
Merge pull request #55 from IRediTOTO/patch-1
Update chalk.js
2 parents c41631e + 4122fcd commit c6a19d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/chalk.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ try {
55
chalk = {
66
green: (str) => str,
77
yellow: (str) => str,
8+
red: (str) => str,
89
}
910
}
1011

0 commit comments

Comments
 (0)