proxb / PoshRSJob

Provides an alternative to PSjobs with greater performance and less overhead to run commands in the background, freeing up the console and allowing throttling on the jobs.
MIT License
541 stars 87 forks source link

Save and restore $env:PSModulePath until we find why it's being clobbered on PS Core #176

Closed codykonior closed 6 years ago

codykonior commented 6 years ago

Fixes #175 .

Changes proposed in this pull request:

How to test this code: pwsh Add-WindowsPSModulePath Import-Module PoshRSJob Import-Module PoshRSJob

(I don't think it's possible to reproduce this on AppVeyor)

Has been tested on (remove any that don't apply):

proxb commented 6 years ago

Thanks @codykonior ! That is a weird issue.