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
Although the remaining O(N) background jobs are cleaned, it is still possible for 1 background job to slip through and stay unremoved. Aborting the script while the tasks are being created in the foreach loop does not catch the lastest job created.
foreach ($ain$ArgsList) {
# last background job not appended on abort :($tasks+=start-job-argumentlist $a-scriptblock $Cmd
}
To recreate issue, press Ctrl+C while before the ellipsis appears
Background jobs remain when cancelling execution of script during package id validation.
The text was updated successfully, but these errors were encountered: