Skip to content

Commit

Permalink
Add $handle return
Browse files Browse the repository at this point in the history
  • Loading branch information
Marterich committed Sep 11, 2024
1 parent fe20802 commit f727c78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions/public/Invoke-WPFRunspace.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ function Invoke-WPFRunspace {
$sync.runspace.Close()
[System.GC]::Collect()
}
# Return the handle
return $handle
}

0 comments on commit f727c78

Please sign in to comment.