We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e8ea69 commit 1d76580Copy full SHA for 1d76580
1 file changed
src/managers/builtin/pipListUtils.ts
@@ -22,7 +22,7 @@ export function parsePipList(data: string): PipPackage[] {
22
const name = parts[0].trim();
23
const version = parts[1].trim();
24
if (!isValidVersion(version)) {
25
- break;
+ continue;
26
}
27
const pkg = {
28
name,
0 commit comments