5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-04 06:55:45 +00:00
panel/app/views/exception_notifier/_backtrace.text.erb

6 lines
83 B
Plaintext
Raw Normal View History

2021-03-19 23:50:11 +00:00
<% unless @data[:_backtrace] %>
2021-03-19 22:41:03 +00:00
```
<%= raw @backtrace.join("\n") %>
```
2021-03-19 23:50:11 +00:00
<% end %>