Skip to content

Commit 0f7b339

Browse files
authored
Merge branch 'main' into seanmcm/1_23_6_changelog
2 parents 910083d + ebce162 commit 0f7b339

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)