Skip to content

Commit

Permalink
Merge pull request #181 from MrPig91/MrPig91-patch-LogType
Browse files Browse the repository at this point in the history
Update New-ChiaQueueRunspace.ps1
  • Loading branch information
MrPig91 authored Jul 16, 2021
2 parents cb85fd4 + 870d902 commit b362fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PSChiaPlotter/Private/New-ChiaQueueRunspace.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function New-ChiaQueueRunspace {
}
catch{
$Queue.Status = "Failed To Grab Volume Info"
Write-Error -LogType "Error" -ErrorObject $_
Write-PSChiaPlotterLog -LogType "Error" -ErrorObject $_
Start-Sleep -Seconds 30
}
}
Expand Down Expand Up @@ -153,4 +153,4 @@ function New-ChiaQueueRunspace {
$Queue.Status = "Failed"
}
}.AddParameters($PSBoundParameters)
}
}

0 comments on commit b362fe0

Please sign in to comment.