Skip to content

Commit a4b685a

Browse files
committed
Add a missing mapping
Closes facebook#2127
1 parent 8b451c3 commit a4b685a

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)