5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-02 05:16:07 +00:00
panel/app/views/exception_notifier/_backtrace.text.erb
2021-03-19 20:50:11 -03:00

6 lines
83 B
Plaintext

<% unless @data[:_backtrace] %>
```
<%= raw @backtrace.join("\n") %>
```
<% end %>