Skip to content

Commit

Permalink
Update Launcher.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Feb 15, 2020
1 parent 2c7a2de commit 9421011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Processor/Launcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function wait($waitTimer = 1000, bool $useYield = false)

if ($this->showOutput) {
\printf('%s', $this->getRealOutput());
$this->realOutput = $this->realTimeOutput = null;
$this->realOutput = null;
}

if ($useYield)
Expand Down

0 comments on commit 9421011

Please sign in to comment.