Update index.js
This commit is contained in:
parent
f3669da6b4
commit
07bb6e90f8
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ styles.visible = {
|
|||
|
||||
const getModelAnsi = (model, level, type, ...arguments_) => {
|
||||
level = levelMapping[level];
|
||||
|
||||
|
||||
if (model === 'rgb') {
|
||||
if (level === 'ansi16m') {
|
||||
return ansiStyles[type].ansi16m(...arguments_);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue