Add a missing color mapping (#2146)

Closes #2127
This commit is contained in:
Joe Haddad
2017-05-14 14:12:47 -04:00
committed by GitHub
parent 8b451c38fa
commit dbd12f1452

View File

@@ -57,6 +57,7 @@ var anserMap = {
'ansi-red': 'red',
'ansi-bright-magenta': 'magenta',
'ansi-magenta': 'magenta',
'ansi-white': 'darkgrey',
};
function ansiHTML(txt) {