Skip to content

Commit

Permalink
don't abort instantly, keep searching (#13243)
Browse files Browse the repository at this point in the history
  • Loading branch information
fearthecowboy authored Feb 6, 2025
1 parent 94758af commit ebce162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extension/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ export function findPowerShell(): string | undefined {
return name;
}
} catch (e) {
return undefined;
// ignore, try next candidate
}
}
}
Expand Down

0 comments on commit ebce162

Please sign in to comment.