Skip to content

Commit b405e00

Browse files
Update src/platform.ts
Co-Authored-By: Tyler James Leonhardt <tylerl0706@gmail.com>
1 parent 9c5ca2c commit b405e00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/platform.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ export function getDefaultPowerShellPath(
9999
}
100100
}
101101

102+
// No PowerShell 6+ detected so use Windows PowerShell.
102103
if (use32Bit) {
103104
return platformDetails.isOS64Bit && platformDetails.isProcess64Bit
104105
? SysWow64PowerShellPath

0 commit comments

Comments
 (0)