PSParallel icon indicating copy to clipboard operation
PSParallel copied to clipboard

Locally scoped variables are not copied into scriptblock in some instances

Open brettfire opened this issue 6 years ago • 1 comments

When Invoke-Parallel is called from .ps1 script root (not from within a function), locally scoped variables are not copied to the script block. This issue does not present when Invoke-Parallel is called from within a function.

brettfire avatar Feb 09 '19 07:02 brettfire

Can you make a PR with a failing pester test?

powercode avatar Feb 13 '19 10:02 powercode