mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
cleanup duplicate text
This commit is contained in:
parent
04d368edf0
commit
853c008ff7
|
@ -38,11 +38,6 @@ export function BacktracePage() {
|
|||
<li>Configure the backtrace page to not point to a site at all</li>
|
||||
<li>Not use the backtrace feature</li>
|
||||
</ol>
|
||||
<p>
|
||||
Here you can see the debug information contained in the crash log. Given
|
||||
additional debug files it can present you with the corresponding
|
||||
function names, file names, line numbers, and column numbers.
|
||||
</p>
|
||||
<h2>Backtrace</h2>
|
||||
{backtrace && <Debug encodedBacktrace={backtrace} />}
|
||||
</ContentBlock>
|
||||
|
|
Loading…
Reference in a new issue