Skip to content

Commit 30137aa

Browse files
author
Karen Baker
committed
Added stacktrace to output
1 parent f93986f commit 30137aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pub/errors/default/report.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
<div class="trace-container">
7171
<div class="trace">
7272
<pre><?php echo htmlspecialchars($this->reportData[0]) ?></pre>
73+
<pre><?php echo htmlspecialchars($this->reportData[1]) ?></pre>
7374
</div>
7475
</div>
7576
<?php endif; ?>

0 commit comments

Comments
 (0)