Skip to content

Commit bd55ee2

Browse files
authored
Update platform.ts
1 parent 01657f9 commit bd55ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export function getDefaultPowerShellPath(
9898
return powerShellExePath = psCorePaths[0].exePath;
9999
}
100100
}
101-
101+
102102
if (use32Bit) {
103103
powerShellExePath =
104104
platformDetails.isOS64Bit && platformDetails.isProcess64Bit

0 commit comments

Comments
 (0)