Skip to content

Commit df8cda2

Browse files
committed
Removed blank line
1 parent 0510ec3 commit df8cda2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/utils/stripAnsi.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* This code is based on the strip-ansi library by Chalk.
33
* Source: https://github.com/chalk/strip-ansi
44
*/
5-
65
function ansiRegex({ onlyFirst = false } = {}) {
76
const pattern = [
87
'[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)',

0 commit comments

Comments
 (0)