Skip to content

Commit 9daa4e7

Browse files
Copilotalexr00
andcommitted
Increase character capture limit to 2000 for verbose npm output
Co-authored-by: alexr00 <[email protected]>
1 parent 0a522dd commit 9daa4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
"outputMatcher": {
381381
"anchor": "bottom",
382382
"length": 20,
383-
"lineMatcher": "vulnerabilities([\\s\\S]{0,1000})",
383+
"lineMatcher": "vulnerabilities([\\s\\S]{0,2000})",
384384
"offset": 0
385385
}
386386
}

0 commit comments

Comments
 (0)