We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32305e0 commit fec58c2Copy full SHA for fec58c2
pub/errors/processor.php
@@ -480,7 +480,7 @@ protected function _setReportData($reportData)
480
*/
481
public function saveReport($reportData)
482
{
483
- $this->reportData = $reportData;
+ $this->reportData = $reportData . PHP_EOL;
484
$this->reportId = abs((int)(microtime(true) * random_int(100, 1000)));
485
$this->_reportFile = $this->_reportDir . '/' . $this->reportId;
486
$this->_setReportData($reportData);
0 commit comments