Skip to content

Commit

Permalink
get raw output for compiler log file
Browse files Browse the repository at this point in the history
  • Loading branch information
Moros1138 committed May 18, 2024
1 parent 50f1d84 commit 4b3ffbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgetinker/Compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ private function link()

private function cleanUp()
{
$this->logger->info("OUTPUT:\n\n" . $this->getOutput() . "\n\nERROR:\n\n" . $this->getErrorOutput());
$this->logger->info("OUTPUT:\n\n" . $this->getOutput(true) . "\n\nERROR:\n\n" . $this->getErrorOutput(true));
Log::info("Compile: finished disgracefully");
}

Expand Down

0 comments on commit 4b3ffbf

Please sign in to comment.