We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc1fd9 commit 6535d9eCopy full SHA for 6535d9e
src/util/console-color.ts
@@ -28,7 +28,7 @@ export class ColoredConsole {
28
}
29
30
addLine(line: string) {
31
- const re = /(?:\033|\\033)(?:\[(.*?)[@-~]|\].*?(?:\007|\033\\))/g;
+ const re = /(?:\x1b|\\033)(?:\[(.*?)[@-~]|\].*?(?:\x07|\x07\\))/g;
32
let i = 0;
33
34
if (this.state.carriageReturn) {
0 commit comments