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.
2 parents 333ea1a + 416d728 commit 7d92497Copy full SHA for 7d92497
src/logs/model.ts
@@ -1,5 +1,5 @@
1
// eslint-disable-next-line no-control-regex
2
-const ansiColorRegex = /\u001b\[(\d+;?)+m/gm;
+const ansiColorRegex = /\u001b\[(\d+;)*\d+m/gm;
3
const groupMarker = "##[group]";
4
5
import {Parser, IStyle} from "./parser";
0 commit comments