Skip to content

Commit ebce162

Browse files
don't abort instantly, keep searching (#13243)
1 parent 94758af commit ebce162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ export function findPowerShell(): string | undefined {
14501450
return name;
14511451
}
14521452
} catch (e) {
1453-
return undefined;
1453+
// ignore, try next candidate
14541454
}
14551455
}
14561456
}

0 commit comments

Comments
 (0)