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 a6157e5 commit 416d728Copy full SHA for 416d728
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