Skip to content

Commit

Permalink
Add a missing color mapping (facebook#2146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored and romaindso committed Jul 10, 2017
1 parent 30c85ef commit 689b2ed
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 689b2ed

Please sign in to comment.