Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Feb 25, 2024
1 parent 6d83d6c commit 8faded3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/got/test_logging.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ describe('Logging using the `debug` package', () => {
})
})

// eslint-disable-next-line no-control-regex
const removeEscapeColorsRE =
// eslint-disable-next-line no-control-regex
/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g

function extractLines(chunks) {
Expand Down

0 comments on commit 8faded3

Please sign in to comment.