-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
When powerslim work in remote mode and WebException trown the SLIM_ABORT_TEST variable never resets. Quick solution comment out this code.
if($_.Exception -is [System.Net.WebException]){ $script:SLIM_ABORT_TEST = $true "__EXCEPTION__:ABORT_SLIM_TEST:message:<<$($_.Exception.Message)>>" }else{ "__EXCEPTION__:UnhandledException:message:<<$($_.Exception.ToString())>>" }