You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change fixes an issue in PowerShellContext which causes a
RunspaceHandle to not be disposed if an exception is thrown during command
execution. A 'finally' block is now used to properly dispose of the
RunspaceHandle so that future command executions can proceed.
0 commit comments