Skip to content

Commit

Permalink
Update Core.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPlusGH authored Jul 8, 2018
1 parent 834d4d8 commit ab8512f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ Function NPMCycle {
$Variables.BrainJobs | % {$_.ChildJobs | % {$_.Progress.Clear()}}
$Variables.BrainJobs.ChildJobs | % {$_.Output.Clear()}
}
if ($Variables.EarningsTrackerJobs.count -gt 0) }
if ($Variables.EarningsTrackerJobs.count -gt 0) {
$Variables.EarningsTrackerJobs | % {$_.ChildJobs | % {$_.Error.Clear()}}
$Variables.EarningsTrackerJobs | % {$_.ChildJobs | % {$_.Progress.Clear()}}
$Variables.EarningsTrackerJobs.ChildJobs | % {$_.Output.Clear()}
Expand Down

0 comments on commit ab8512f

Please sign in to comment.