Skip to content

Commit 82ecee4

Browse files
authored
Add a missing color mapping (facebook#2146)
Closes facebook#2127
1 parent 16bbddf commit 82ecee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-dev-utils/ansiHTML.js

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ var anserMap = {
5757
'ansi-red': 'red',
5858
'ansi-bright-magenta': 'magenta',
5959
'ansi-magenta': 'magenta',
60+
'ansi-white': 'darkgrey',
6061
};
6162

6263
function ansiHTML(txt) {

0 commit comments

Comments
 (0)