Skip to content

Commit

Permalink
Update color regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Beth Brennan authored and Beth Brennan committed Aug 14, 2024
1 parent a6157e5 commit 416d728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logs/model.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// eslint-disable-next-line no-control-regex
const ansiColorRegex = /\u001b\[(\d+;?)+m/gm;
const ansiColorRegex = /\u001b\[(\d+;)*\d+m/gm;
const groupMarker = "##[group]";

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

0 comments on commit 416d728

Please sign in to comment.