Skip to content

Commit 4dfe7df

Browse files
authored
Update platform.ts
1 parent bd55ee2 commit 4dfe7df

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
@@ -79,7 +79,7 @@ export function getDefaultPowerShellPath(
7979
psCoreInstallPath =
8080
(platformDetails.isProcess64Bit ? process.env.ProgramFiles : process.env.ProgramW6432) + "\\PowerShell";
8181
}
82-
82+
8383
if (fs.existsSync(psCoreInstallPath)) {
8484
const arch = platformDetails.isProcess64Bit ? "(x64)" : "(x86)";
8585
const psCorePaths =

0 commit comments

Comments
 (0)