Skip to content

Commit

Permalink
Fix replacing undefined in stripAnsi (#40384)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Apr 21, 2022
1 parent 7f6befe commit 81617e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/report-flaky-tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ function stripAnsi( string ) {
'(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))',
].join( '|' ),
'g'
)
),
''
);
}

0 comments on commit 81617e9

Please sign in to comment.