File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1193
1193
background = output_background ;
1194
1194
} else if ( output_background === 'transparent' ) {
1195
1195
background = output_background ;
1196
+ } else if ( state . blink && ansi_art ) {
1197
+ background = $ . terminal . ansi_colors . bold [ output_background ] ;
1196
1198
} else {
1197
- if ( state . blink && ansi_art ) {
1198
- background = $ . terminal . ansi_colors . bold [ output_background ] ;
1199
- } else {
1200
- // background is not changed by bold flag
1201
- background = $ . terminal . ansi_colors . normal [ output_background ] ;
1202
- }
1199
+ // background is not changed by bold flag
1200
+ background = $ . terminal . ansi_colors . normal [ output_background ] ;
1203
1201
}
1204
1202
state . background = output_background ;
1205
1203
} else if ( state . blink && ansi_art ) {
1320
1318
}
1321
1319
} ,
1322
1320
inst_E : function ( data ) {
1321
+ /* eslint-disable no-console */
1323
1322
console . log ( data ) ;
1323
+ /* eslint-enable no-console */
1324
1324
} ,
1325
1325
inst_c : function ( collected , params , flag ) {
1326
1326
var value = params [ 0 ] === 0 ? 1 : params [ 0 ] ;
You can’t perform that action at this time.
0 commit comments