Skip to content

Commit 7d92497

Browse files
authored
Merge pull request #371 from github/elbrenn/regex
Update color regex
2 parents 333ea1a + 416d728 commit 7d92497

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)