Closed tynril closed 4 years ago
Newer versions of PowerShell (PowerShell Core 6, and PowerShell 7) use the pwsh.exe executable name, which wasn't recognized by getShellType(). This pull request simply checks for that other executable name.
pwsh.exe
getShellType()
Newer versions of PowerShell (PowerShell Core 6, and PowerShell 7) use the
pwsh.exe
executable name, which wasn't recognized bygetShellType()
. This pull request simply checks for that other executable name.