Skip to content

Commit 416d728

Browse files
Beth BrennanBeth Brennan
authored andcommitted
Update color regex
1 parent a6157e5 commit 416d728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logs/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// eslint-disable-next-line no-control-regex
2-
const ansiColorRegex = /\u001b\[(\d+;?)+m/gm;
2+
const ansiColorRegex = /\u001b\[(\d+;)*\d+m/gm;
33
const groupMarker = "##[group]";
44

55
import {Parser, IStyle} from "./parser";

0 commit comments

Comments
 (0)