Skip to content

Commit

Permalink
Add a missing color mapping (#2146)
Browse files Browse the repository at this point in the history
Closes #2127
  • Loading branch information
Timer committed May 14, 2017
1 parent 8b451c3 commit dbd12f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-dev-utils/ansiHTML.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ var anserMap = {
'ansi-red': 'red',
'ansi-bright-magenta': 'magenta',
'ansi-magenta': 'magenta',
'ansi-white': 'darkgrey',
};

function ansiHTML(txt) {
Expand Down

0 comments on commit dbd12f1

Please sign in to comment.