Skip to content

Commit faee4a7

Browse files
authored
Update platform.ts
1 parent eb06392 commit faee4a7

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
@@ -109,7 +109,7 @@ export function getDefaultPowerShellPath(
109109
!platformDetails.isOS64Bit || platformDetails.isProcess64Bit
110110
? System32PowerShellPath
111111
: SysnativePowerShellPath;
112-
}
112+
}
113113
} else if (platformDetails.operatingSystem === OperatingSystem.MacOS) {
114114
// Always default to the stable version of PowerShell (if installed) but handle case of only Preview installed
115115
powerShellExePath = macOSExePath;

0 commit comments

Comments
 (0)