PaulHigin / PSThreadJob

A PowerShell module for running concurrent jobs based on threads rather than processes
MIT License
180 stars 18 forks source link

Fix OutputType #14

Closed ajansveld closed 6 years ago

ajansveld commented 6 years ago

This is a trivial fix (sorry, no time to put in a PR):

PS> (Get-Command Start-ThreadJob).OutputType.Name
System.Management.Automation.Job2

Expected: ThreadJob.ThreadJob

PaulHigin commented 6 years ago

Good point. Easy fix.

jazzdelightsme commented 6 years ago

CloseMe; fixed by #17.