Skip to content

Commit 72d82fb

Browse files
committed
case 40 black
1 parent 23abf12 commit 72d82fb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/util/console-color.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ export class ColoredConsole {
162162
case 39:
163163
this.state.foregroundColor = null;
164164
break;
165+
case 40:
166+
this.state.backgroundColor = "black";
167+
break;
165168
case 41:
166169
this.state.backgroundColor = "red";
167170
break;

0 commit comments

Comments
 (0)