Skip to content

Commit

Permalink
Update Launcher.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Mar 5, 2021
1 parent 1ee2d98 commit 15f8ee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Spawn/Launcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,8 @@ public function getOutput()

// @codeCoverageIgnoreStart
if (\is_base64($replaceWith)) {
$replaceWith = \deserializer($replaceWith);
$replace = \deserializer($replaceWith);
$replaceWith = $replace === false ? $replaceWith : $replace;
}
// @codeCoverageIgnoreEnd

Expand Down

0 comments on commit 15f8ee7

Please sign in to comment.