This repository has been archived on 2024-01-30. You can view files and clone it, but cannot push or open issues or pull requests.
trev/nodejs/views/error.ejs

4 lines
83 B
Text
Raw Normal View History

2016-01-12 17:49:13 +01:00
<h1><%= message %></h1>
<h2><%= error.status %></h2>
<pre><%= error.stack %></pre>