Skip to content

Commit 3348d19

Browse files
Issue #2906 (#2973)
1 parent b584817 commit 3348d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ export class SessionManager implements Middleware {
703703
case SessionStatus.Stopping:
704704
const currentPowerShellExe =
705705
availablePowerShellExes
706-
.find((item) => item.displayName.toLowerCase() === this.PowerShellExeDetails.displayName);
706+
.find((item) => item.displayName.toLowerCase() === this.PowerShellExeDetails.displayName.toLowerCase());
707707

708708
const powerShellSessionName =
709709
currentPowerShellExe ?

0 commit comments

Comments
 (0)