Skip to content

Commit 4122fcd

Browse files
authored
Update chalk.js
Fix error chalk.red is not a function
1 parent c41631e commit 4122fcd

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)